diff options
author | Michael Wallner <mike@php.net> | 2016-06-07 07:51:34 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-06-09 02:10:22 -0400 |
commit | 929520582cdd3708f845af637757837b1d2a7d16 (patch) | |
tree | 97c0b4b75a29d983ebdc8ac9658eae962d6b1f0a /docs | |
parent | 608d161b605e4ac0ebdab6c89c64e14423a0457a (diff) |
curl_multi_socket_action.3: Fix rewording
- Remove some erroneous text.
Closes https://github.com/curl/curl/pull/865
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_multi_socket_action.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_socket_action.3 b/docs/libcurl/curl_multi_socket_action.3 index 65a3fb398..2b8419232 100644 --- a/docs/libcurl/curl_multi_socket_action.3 +++ b/docs/libcurl/curl_multi_socket_action.3 @@ -43,7 +43,7 @@ libcurl will test the descriptor internally. It is also permissible to pass CURL_SOCKET_TIMEOUT to the \fBsockfd\fP parameter in order to initiate the whole process or when a timeout occurs. -At return, the integer \fBrunning_handles\fP points to will contain the number +At return, \fBrunning_handles\fP points to the number of running easy handles within the multi handle. When this number reaches zero, all transfers are complete/done. When you call \fIcurl_multi_socket_action(3)\fP on a specific socket and the counter |