summaryrefslogtreecommitdiff
path: root/docs/libcurl/gnurl_multi_wait.3
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-20 13:19:40 +0000
committerng0 <ng0@n0.is>2019-12-20 13:19:40 +0000
commitaad5bf997d388e2280af94e540b738364f50b70c (patch)
treedcaeb7a2c44a4fe3b1196db27a69861626a6e2a9 /docs/libcurl/gnurl_multi_wait.3
parent70745a84166af548bfec23bd1c504143a5393afc (diff)
parent0caf1423e552f2fdd02f2dec23b1e33a36c38486 (diff)
downloadgnurl-aad5bf997d388e2280af94e540b738364f50b70c.tar.gz
gnurl-aad5bf997d388e2280af94e540b738364f50b70c.tar.bz2
gnurl-aad5bf997d388e2280af94e540b738364f50b70c.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/libcurl/gnurl_multi_wait.3')
-rw-r--r--docs/libcurl/gnurl_multi_wait.35
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/gnurl_multi_wait.3 b/docs/libcurl/gnurl_multi_wait.3
index 34d7c0411..21c0842b4 100644
--- a/docs/libcurl/gnurl_multi_wait.3
+++ b/docs/libcurl/gnurl_multi_wait.3
@@ -49,7 +49,8 @@ number can include both libcurl internal descriptors as well as descriptors
provided in \fIextra_fds\fP.
If no extra file descriptors are provided and libcurl has no file descriptor
-to offer to wait for, this function will return immediately.
+to offer to wait for, this function will return immediately. (Try
+\fIcurl_multi_poll(3)\fP instead if you rather avoid this behavior.)
This function is encouraged to be used instead of select(3) when using the
multi interface to allow applications to easier circumvent the common problem
@@ -119,4 +120,4 @@ CURLMcode type, general libcurl multi interface error code. See
.SH AVAILABILITY
This function was added in libcurl 7.28.0.
.SH "SEE ALSO"
-.BR curl_multi_fdset "(3), " curl_multi_perform "(3)"
+.BR curl_multi_fdset "(3), " curl_multi_perform "(3)", curl_multi_poll "(3) ",