Skip to content

Commit

Permalink
*.3: add/extend "SEE ALSO" sections
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Oct 24, 2014
1 parent 019c95f commit e9bbe42
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/libcurl/libcurl-easy.3
Expand Up @@ -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) "
4 changes: 4 additions & 0 deletions docs/libcurl/libcurl-errors.3
Expand Up @@ -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) "
2 changes: 2 additions & 0 deletions docs/libcurl/libcurl-multi.3
Expand Up @@ -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) "
1 change: 1 addition & 0 deletions docs/libcurl/libcurl-share.3
Expand Up @@ -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) "
2 changes: 2 additions & 0 deletions docs/libcurl/libcurl-tutorial.3
Expand Up @@ -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) "

0 comments on commit e9bbe42

Please sign in to comment.