]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
*.3: add/extend "SEE ALSO" sections
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2014 07:19:29 +0000 (09:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2014 07:22:38 +0000 (09:22 +0200)
docs/libcurl/libcurl-easy.3
docs/libcurl/libcurl-errors.3
docs/libcurl/libcurl-multi.3
docs/libcurl/libcurl-share.3
docs/libcurl/libcurl-tutorial.3

index 9144002c3256a260cfad2b3200dbe8781bd5eda8..f8506a2621812ad5acc932b90c13809661d3d819 100644 (file)
@@ -54,4 +54,5 @@ transfer, or if you're done, cleanup the session by calling
 cleanup immediately, but instead run ahead and perform other transfers using
 the same easy handle.
 .SH "SEE ALSO"
-.BR curl_easy_init "(3)," curl_easy_cleanup "(3)," curl_easy_setopt "(3)"
+.BR curl_easy_init "(3)," curl_easy_cleanup "(3)," curl_easy_setopt "(3), "
+.BR libcurl-errors "(3), " libcurl-multi "(3), " libcurl "(3) "
index 46aa3fef320a6423fa2fbf7e0d28b8af4df9756b..07091b5e5a26c93ab8ca6174028cfbbd601f377b 100644 (file)
@@ -297,3 +297,7 @@ Not enough memory was available.
 .IP "CURLSHE_NOT_BUILT_IN (5)"
 The requested sharing could not be done because the library you use don't have
 that particular feature enabled. (Added in 7.23.0)
+.SH "SEE ALSO"
+.BR curl_easy_strerror "(3), " curl_multi_strerror "(3), "
+.BR curl_share_strerror "(3), " CURLOPT_ERRORBUFFER "(3), "
+.BR CURLOPT_VERBOSE "(3), " CURLOPT_DEBUGFUNCTION "(3) "
index 2d46d3a0eeafdb3350a2f9f29552604ba970dff9..770d4a561d3da034a11d0a4ca85b7a70452c5c6d 100644 (file)
@@ -180,3 +180,5 @@ the future, you should be aware of the following current restrictions:
  - file:// transfers
  - TELNET transfers
 .fi
+.SH "SEE ALSO"
+.BR libcurl-errors "(3), " libcurl-easy "(3), " libcurl "(3) "
index 7010cca4c8eded0d311a44ec2643bc086a649de9..b46eedaee76d67e83c02e18855d87cfc5b9c6c25 100644 (file)
@@ -63,3 +63,4 @@ When you're done using the share, make sure that no easy handle is still using
 it, and call \fIcurl_share_cleanup(3)\fP on the handle.
 .SH "SEE ALSO"
 .BR curl_share_init "(3), " curl_share_setopt "(3), " curl_share_cleanup "(3)"
+.BR libcurl-errors "(3), " libcurl-easy "(3), " libcurl-multi "(3) "
index 73744fb41e8e4a1efddbd5b5bb509f0ba1b99a63..4dcdc55f1dcbc4df26204615280e2e64b452ec20 100644 (file)
@@ -1408,3 +1408,5 @@ installs the library, header files, man pages etc.
 .IP "[4]"
 This behavior was different in versions before 7.17.0, where strings had to
 remain valid past the end of the \fIcurl_easy_setopt(3)\fP call.
+.SH "SEE ALSO"
+.BR libcurl-errors "(3), " libcurl-multi "(3), " libcurl-easy "(3) "