summaryrefslogtreecommitdiff
path: root/docs/libcurl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-09-02 14:57:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-09-02 14:57:05 +0000
commita0bbe25eef78808a54d014b8c9b7a4c01ac02d4d (patch)
treef782a5fe92b6f8dd42a7f1112afe6ab3b10c1351 /docs/libcurl
parentb96f11f7ec3b6f9d29f5f4898a290fddf91b9df2 (diff)
downloadcurl-a0bbe25eef78808a54d014b8c9b7a4c01ac02d4d.tar.gz
spell out that when running_handles is zero, there is no longer any transfers
going on
Diffstat (limited to 'docs/libcurl')
-rw-r--r--docs/libcurl/curl_multi_perform.33
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/curl_multi_perform.3 b/docs/libcurl/curl_multi_perform.3
index 087f46466..746ff3de0 100644
--- a/docs/libcurl/curl_multi_perform.3
+++ b/docs/libcurl/curl_multi_perform.3
@@ -23,6 +23,9 @@ you've added to the multi handle), you know that there is one or more
transfers less "running". You can then call \fIcurl_multi_info_read(3)\fP to
get information about each individual completed transfer, and that returned
info includes CURLcode and more.
+
+When \fIrunning_handles\fP is set to zero (0) on the return of this function,
+there is no longer any transfers in progress.
.SH "RETURN VALUE"
CURLMcode type, general libcurl multi interface error code.