aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_fdset.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-13 14:31:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-13 14:31:49 +0000
commitbba3bb75561e37930bb483d8cd53a42df30bf55f (patch)
tree6f8b92579e397e6b041448b6ef2ee11770fc5df6 /docs/libcurl/curl_multi_fdset.3
parentc1422864b5acdfd607b2689cb5d7c0d9a855e24a (diff)
eh, these can't be used for poll()! ;-)
Diffstat (limited to 'docs/libcurl/curl_multi_fdset.3')
-rw-r--r--docs/libcurl/curl_multi_fdset.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_multi_fdset.3 b/docs/libcurl/curl_multi_fdset.3
index f2b3f9aed..01211b63f 100644
--- a/docs/libcurl/curl_multi_fdset.3
+++ b/docs/libcurl/curl_multi_fdset.3
@@ -14,9 +14,9 @@ CURLMcode curl_multi_fdset(CURLM *multi_handle,
.ad
.SH DESCRIPTION
This function extracts file descriptor information from a given multi_handle.
-libcurl returns its fd_set sets. The application can use these to select() or
-poll() on. The curl_multi_perform() function should be called as soon as one
-of them are ready to be read from or written to.
+libcurl returns its fd_set sets. The application can use these to select()
+on. The curl_multi_perform() function should be called as soon as one of them
+are ready to be read from or written to.
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()