]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_getdate.3: provide a "SEE ALSO" section
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2014 07:12:17 +0000 (09:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2014 07:12:17 +0000 (09:12 +0200)
docs/libcurl/curl_getdate.3

index 47ae2fd0c962cd9e7f296a105fd219d78293c720..ff31ac7c789e057ddab2b13fc66798e9a5994677 100644 (file)
@@ -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) "