summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-20 10:28:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-20 10:28:21 +0200
commitdbf7c0631fd6dcb0426436e003b38e3ce9360384 (patch)
treef46fb1646b1e149f0c65059e8d67db5c06f0bacc
parent7b60ee458a885b3ff1affed754538ba713aab1c1 (diff)
downloadcurl-bagder/curl_multi_perform.3-tidy.tar.gz
fixup the typical usage wordingbagder/curl_multi_perform.3-tidy
-rw-r--r--docs/libcurl/curl_multi_perform.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_perform.3 b/docs/libcurl/curl_multi_perform.3
index 563a8a1ae..849c8219c 100644
--- a/docs/libcurl/curl_multi_perform.3
+++ b/docs/libcurl/curl_multi_perform.3
@@ -78,7 +78,7 @@ individual transfers may have occurred even when this function returns
\fICURLM_OK\fP. Use \fIcurl_multi_info_read(3)\fP to figure out how individual
transfers did.
.SH "TYPICAL USAGE"
-Most applications will use \fIcurl_multi_poll(3)\fP to to wait for libcurl
+Most applications will use \fIcurl_multi_poll(3)\fP to make libcurl wait for
activity on any of the ongoing transfers. As soon as one or more file
descriptor has activity or the function times out, the application calls
\fIcurl_multi_perform(3)\fP.