aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_fdset.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-11-25 11:48:56 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-11-25 11:48:56 +0100
commitb486d1ce0587842adb847349a4c0c5edeef9f394 (patch)
tree65445e9b1789f2b5e4dd05e2d5e48220b3a0c432 /docs/libcurl/curl_multi_fdset.3
parent29aa9a37cc318faf0ee0bb7631e8d5896ebc3357 (diff)
downloadgnurl-b486d1ce0587842adb847349a4c0c5edeef9f394.tar.gz
gnurl-b486d1ce0587842adb847349a4c0c5edeef9f394.tar.bz2
gnurl-b486d1ce0587842adb847349a4c0c5edeef9f394.zip
man pages: SEE ALSO curl_multi_wait
Diffstat (limited to 'docs/libcurl/curl_multi_fdset.3')
-rw-r--r--docs/libcurl/curl_multi_fdset.39
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/libcurl/curl_multi_fdset.3 b/docs/libcurl/curl_multi_fdset.3
index f49dfa472..908ef55f9 100644
--- a/docs/libcurl/curl_multi_fdset.3
+++ b/docs/libcurl/curl_multi_fdset.3
@@ -62,10 +62,10 @@ proceed and call \fIcurl_multi_perform(3)\fP anyway. How long to wait? We
suggest 100 milliseconds at least, but you may want to test it out in your own
particular conditions to find a suitable value.
-When doing select(), you should use \fBcurl_multi_timeout\fP to figure out how
-long to wait for action. Call \fIcurl_multi_perform(3)\fP even if no activity
-has been seen on the fd_sets after the timeout expires as otherwise internal
-retries and timeouts may not work as you'd think and want.
+When doing select(), you should use \fIcurl_multi_timeout(3)\fP to figure out
+how long to wait for action. Call \fIcurl_multi_perform(3)\fP even if no
+activity has been seen on the fd_sets after the timeout expires as otherwise
+internal retries and timeouts may not work as you'd think and want.
If one of the sockets used by libcurl happens to be larger than what can be
set in an fd_set, which on POSIX systems means that the file descriptor is
@@ -79,4 +79,5 @@ 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), "
+.BR curl_multi_wait "(3), "
.BR curl_multi_timeout "(3), " curl_multi_perform "(3), " select "(2) "