]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
opts: added some "SEE ALSO" references
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Oct 2014 19:34:19 +0000 (20:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Oct 2014 21:38:39 +0000 (22:38 +0100)
docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3
docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3

index eaee975f63abc6a69438c30eabeffc2ab1615d0e..376799a211e69c65bd9e1b5edbbf87475ac66949 100644 (file)
@@ -60,3 +60,4 @@ 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_TRANSFER_ENCODING "(3), " CURLOPT_HTTPHEADER "(3), "
+.BR CURLOPT_HTTP_CONTENT_DECODING "(3), "
index 56008c28ef77615330dac0ea950dfd8fd3bb87ea..65472ec65beac52be7e09cebbfa83749b76e7374 100644 (file)
@@ -46,3 +46,4 @@ Added in 7.16.2
 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
 .SH "SEE ALSO"
 .BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
+.BR CURLOPT_ACCEPT_ENCODING "(3) "