]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_COOKIE*: added more cross-references
authorDaniel Stenberg <daniel@haxx.se>
Thu, 18 Sep 2014 20:58:12 +0000 (22:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 18 Sep 2014 20:58:12 +0000 (22:58 +0200)
docs/libcurl/opts/CURLOPT_COOKIE.3
docs/libcurl/opts/CURLOPT_COOKIEJAR.3
docs/libcurl/opts/CURLOPT_COOKIELIST.3

index 824e9851709e7d5b2176fd36064ef482b6832792..379296a7ea269b7d11258ef944007178585b93b1 100644 (file)
@@ -58,5 +58,5 @@ If HTTP is enabled
 Returns CURLE_OK if HTTP is enabled, CURLE_UNKNOWN_OPTION if not, or
 CURLE_OUT_OF_MEMORY if there was insufficient heap space.
 .SH "SEE ALSO"
-.BR CURLOPT_COOKIEFILE "(3), " CURLOPT_COOKIEJAR "(3), "
+.BR CURLOPT_COOKIEFILE "(3), " CURLOPT_COOKIEJAR "(3), "  CURLOPT_COOKIELIST "(3), "
 .BR CURLOPT_HTTPHEADER "(3), "
index fd8c0af2b215e962040fcd2fca6af9f8353f1924..936d4d8a46e9e502a64c5411969e2d5e3696a70e 100644 (file)
@@ -55,4 +55,4 @@ Along with HTTP
 Returns CURLE_OK if HTTP is supported, CURLE_UNKNOWN_OPTION if not, or
 CURLE_OUT_OF_MEMORY if there was insufficient heap space.
 .SH "SEE ALSO"
-.BR CURLOPT_COOKIEFILE "(3), " CURLOPT_COOKIE "(3), "
+.BR CURLOPT_COOKIEFILE "(3), " CURLOPT_COOKIE "(3), " CURLOPT_COOKIELIST "(3), "
index 1237959cf2512288018b53392ff48953b7e21178..278a520da6eeaa8b10682bb63ea62a1d42615b46 100644 (file)
@@ -62,4 +62,4 @@ FLUSH was added in 7.17.1
 Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
 CURLE_OUT_OF_MEMORY if there was insufficient heap space.
 .SH "SEE ALSO"
-.BR CURLOPT_COOKIEFILE "(3), " CURLOPT_COOKIEJAR "(3), "
+.BR CURLOPT_COOKIEFILE "(3), " CURLOPT_COOKIEJAR "(3), "  CURLOPT_COOKIE "(3), "