diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-28 21:56:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-28 21:56:56 +0000 |
commit | f61cfc59314e4779c13312efc4845f580f0933b1 (patch) | |
tree | 0b45702118bfb29f8554294853648f09fbdf9a49 /docs/libcurl/curl_multi_perform.3 | |
parent | 27b8a5fd84faf025fffa2154786e55c45c9e499a (diff) |
Anthony Bryan's man page cleanup in language and spelling
Diffstat (limited to 'docs/libcurl/curl_multi_perform.3')
-rw-r--r-- | docs/libcurl/curl_multi_perform.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_multi_perform.3 b/docs/libcurl/curl_multi_perform.3 index 9baa77c6c..087f46466 100644 --- a/docs/libcurl/curl_multi_perform.3 +++ b/docs/libcurl/curl_multi_perform.3 @@ -32,12 +32,12 @@ actions. You don't have to do it immediately, but the return code means that libcurl may have more data available to return or that there may be more data to send off before it is "satisfied". Do note that \fIcurl_multi_perform(3)\fP will return \fICURLM_CALL_MULTI_PERFORM\fP only when it wants to be called -again \fBimmediately\fP. When things are fine and there are nothing immediate +again \fBimmediately\fP. When things are fine and there is nothing immediate it wants done, it'll return \fICURLM_OK\fP and you need to wait for \&"action" and then call this function again. -NOTE that this only returns errors etc regarding the whole multi stack. There -might still have occurred problems on individual transfers even when this +NOTE that this only returns errors etc regarding the whole multi stack. Problems +still might have occurred on individual transfers even when this function returns \fICURLM_OK\fP. .SH "TYPICAL USAGE" Most applications will use \fIcurl_multi_fdset(3)\fP to get the multi_handle's |