From b097c2cfb0b64eb04bb45ef84a7fece187d49129 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Dec 2002 12:40:12 +0000 Subject: clarified --- docs/libcurl/libcurl-multi.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/libcurl/libcurl-multi.3') diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index 3caa69d82..7648ad2dd 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -72,9 +72,9 @@ timeout every now and then, should you want that. A little note here about the return codes from the multi functions, and especially the \fIcurl_multi_perform\fP: if you receive \fICURLM_CALL_MULTI_PERFORM\fP, this basicly means that you should call -\fIcurlm_call_multi_perform\fP again, before you select() on more 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 +\fIcurl_multi_perform\fP again, before you select() on more 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". \fIcurl_multi_perform\fP stores the number of still running transfers in one -- cgit v1.2.3