aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_FILETIME.3
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-08-29 23:23:58 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-08-29 23:23:58 -0400
commitdfeb85a187f77ee65133545650a497a235e87ad0 (patch)
treea6d468be2713a393c6d972e99248fd96da73d83f /docs/libcurl/opts/CURLOPT_FILETIME.3
parent96a3488eae3838c77be5921ee44243c11f6fe36b (diff)
CURLOPT_FILETIME.3: CURLINFO_FILETIME has its own manpage now
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_FILETIME.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_FILETIME.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_FILETIME.3 b/docs/libcurl/opts/CURLOPT_FILETIME.3
index 7c57affed..f087fb9e5 100644
--- a/docs/libcurl/opts/CURLOPT_FILETIME.3
+++ b/docs/libcurl/opts/CURLOPT_FILETIME.3
@@ -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