]> granicus.if.org Git - curl/commitdiff
curl_multi_wait.3: clarify the numfds counter
authorDaniel Stenberg <daniel@haxx.se>
Thu, 13 Jun 2013 20:38:53 +0000 (22:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Jun 2013 20:38:53 +0000 (22:38 +0200)
docs/libcurl/curl_multi_wait.3

index c266f2569849b5dae0ba09c6abb2ea06ae32c444..21ade930b1989cdb167f1cc2106938ffc9e07740 100644 (file)
@@ -44,7 +44,9 @@ The calling application may pass additional curl_waitfd structures which are
 similar to \fIpoll(2)\fP's pollfd structure to be waited on in the same call.
 
 On completion, if \fInumfds\fP is supplied, it will be populated with the
-number of file descriptors on which interesting events occured.
+total number of file descriptors on which interesting events occured. This
+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.