aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-errors.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-10-24 09:19:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-10-24 09:22:38 +0200
commite9bbe425d4871f73e83622ff4c057c5d60da82a5 (patch)
treecd8209236f0fc1e997a88f2fa854c04946f661b9 /docs/libcurl/libcurl-errors.3
parent019c95f566a42570836866837da2f3a0fba58733 (diff)
*.3: add/extend "SEE ALSO" sections
Diffstat (limited to 'docs/libcurl/libcurl-errors.3')
-rw-r--r--docs/libcurl/libcurl-errors.34
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3
index 46aa3fef3..07091b5e5 100644
--- a/docs/libcurl/libcurl-errors.3
+++ b/docs/libcurl/libcurl-errors.3
@@ -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) "