mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
CURLOPT_FILETIME.3: CURLINFO_FILETIME has its own manpage now
This commit is contained in:
parent
96a3488eae
commit
dfeb85a187
@ -31,8 +31,8 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FILETIME, long gettime);
|
|||||||
Pass a long. If it is 1, libcurl will attempt to get the modification time of
|
Pass a long. If it is 1, libcurl will attempt to get the modification time of
|
||||||
the remote document in this operation. This requires that the remote server
|
the remote document in this operation. This requires that the remote server
|
||||||
sends the time or replies to a time querying command. The
|
sends the time or replies to a time querying command. The
|
||||||
\fIcurl_easy_getinfo(3)\fP function with the \fICURLINFO_FILETIME\fP argument
|
\fIcurl_easy_getinfo(3)\fP function with the \fICURLINFO_FILETIME(3)\fP
|
||||||
can be used after a transfer to extract the received time (if any).
|
argument can be used after a transfer to extract the received time (if any).
|
||||||
.SH DEFAULT
|
.SH DEFAULT
|
||||||
0
|
0
|
||||||
.SH PROTOCOLS
|
.SH PROTOCOLS
|
||||||
|
Loading…
Reference in New Issue
Block a user