]> granicus.if.org Git - curl/commitdiff
CURLOPT_FILETIME.3: CURLINFO_FILETIME has its own manpage now
authorJay Satiro <raysatiro@yahoo.com>
Sun, 30 Aug 2015 03:23:58 +0000 (23:23 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 30 Aug 2015 03:23:58 +0000 (23:23 -0400)
docs/libcurl/opts/CURLOPT_FILETIME.3

index 7c57affed4dd974e8c363aa8972d752550602b27..f087fb9e583a0318d766edab13556ac2ff2e5bfc 100644 (file)
@@ -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
 the remote document in this operation. This requires that the remote server
 sends the time or replies to a time querying command. The
-\fIcurl_easy_getinfo(3)\fP function with the \fICURLINFO_FILETIME\fP argument
-can be used after a transfer to extract the received time (if any).
+\fIcurl_easy_getinfo(3)\fP function with the \fICURLINFO_FILETIME(3)\fP
+argument can be used after a transfer to extract the received time (if any).
 .SH DEFAULT
 0
 .SH PROTOCOLS