aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_fdset.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-15 11:37:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-15 11:37:37 +0000
commit6dc8fac1229c7cb23995dd105f3cd5184d4bd6ca (patch)
tree6e59c1cafdb8843854574293e2d70e435d5e4efa /docs/libcurl/curl_multi_fdset.3
parent8114f8562b2c9762e8bd164de4b2d73b8094a781 (diff)
random formatting updates to look better in HTML version
Diffstat (limited to 'docs/libcurl/curl_multi_fdset.3')
-rw-r--r--docs/libcurl/curl_multi_fdset.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_fdset.3 b/docs/libcurl/curl_multi_fdset.3
index 2ec821029..f2b3f9aed 100644
--- a/docs/libcurl/curl_multi_fdset.3
+++ b/docs/libcurl/curl_multi_fdset.3
@@ -22,6 +22,7 @@ NOTE that once this call is made, you must not remove the sets you point to,
as libcurl will need to be able to read them. It needs them after select()
calls, to know if certain sockets are readable or writable.
.SH RETURN VALUE
-CURLMcode type, general libcurl multi interface error code.
+CURLMcode type, general libcurl multi interface error code. See
+\fIlibcurl-errors.3\fP
.SH "SEE ALSO"
.BR curl_multi_cleanup "(3)," curl_multi_init "(3)"