]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
man pages: SEE ALSO curl_multi_wait
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Nov 2014 10:48:56 +0000 (11:48 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Nov 2014 10:48:56 +0000 (11:48 +0100)
docs/libcurl/curl_multi_fdset.3
docs/libcurl/curl_multi_perform.3

index f49dfa4726b3514d1d2652ca223934904fb6accc..908ef55f9e14cc476b672fd92d8a7e5468d110c5 100644 (file)
@@ -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) "
index d85dc46bc23b4d2910948ee2010fb4516565975f..e0e5b02d8efa6e144b8bda170d2d22349d68dfb1 100644 (file)
@@ -74,5 +74,6 @@ period, then it'll wait for action on the file descriptors using
 \fIcurl_multi_perform(3)\fP gets called.
 .SH "SEE ALSO"
 .BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
+.BR curl_multi_wait "(3), "
 .BR curl_multi_fdset "(3), " curl_multi_info_read "(3), "
 .BR libcurl-errors "(3)"