aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-10-24 09:12:17 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-10-24 09:12:17 +0200
commit40be9a1c1deea8d7f23a7ff5508fb4b3baa8fed5 (patch)
treef1d3363ca3b2c12a72e82d444fe15691a95f3706 /docs
parentbf769d09ec23a30790f4d1c4a4da388c1a7a9998 (diff)
curl_getdate.3: provide a "SEE ALSO" section
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_getdate.35
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/curl_getdate.3 b/docs/libcurl/curl_getdate.3
index 47ae2fd0c..ff31ac7c7 100644
--- a/docs/libcurl/curl_getdate.3
+++ b/docs/libcurl/curl_getdate.3
@@ -102,4 +102,7 @@ number).
Having a 64 bit time_t is not a guarantee that dates beyond 03:14:07 UTC,
January 19, 2038 will work fine. On systems with a 64 bit time_t but with a
-crippled mktime(), \fIcurl_getdate\fP will return -1 in this case.
+crippled mktime(), \fIcurl_getdate(3)\fP will return -1 in this case.
+.SH "SEE ALSO"
+.BR curl_easy_escape "(3), " curl_easy_unescape "(3), "
+.BR CURLOPT_TIMECONDITION "(3), " CURLOPT_TIMEVALUE "(3) "