Skip to content

Commit

Permalink
CURLOPT_COOKIE*: added more cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 18, 2014
1 parent 30fc601 commit 841c988
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_COOKIE.3
Expand Up @@ -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), "
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_COOKIEJAR.3
Expand Up @@ -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), "
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_COOKIELIST.3
Expand Up @@ -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), "

0 comments on commit 841c988

Please sign in to comment.