aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-multi.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-05-11 20:31:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-05-11 20:31:17 +0000
commit78c674a6852a4ef6ccec2b13d2d1f655a8c18549 (patch)
treee4584e0a3cf3cfe075bc115a3c76d0c217c29e6c /docs/libcurl/libcurl-multi.3
parent197830a57ddac917a527cab50c25871b1cff3d62 (diff)
curl_multi_socket_action() is the one we favor!
Diffstat (limited to 'docs/libcurl/libcurl-multi.3')
-rw-r--r--docs/libcurl/libcurl-multi.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3
index 0e75bde03..af2198498 100644
--- a/docs/libcurl/libcurl-multi.3
+++ b/docs/libcurl/libcurl-multi.3
@@ -124,7 +124,7 @@ applications to not only avoid being forced to use select(), but it also
offers a much more high-performance API that will make a significant difference
for applications using large numbers of simultaneous connections.
-\fIcurl_multi_socket(3)\fP (and \fIcurl_multi_socket_all(3)\fP) is then used
+\fIcurl_multi_socket_action(3)\fP is then used
instead of \fIcurl_multi_perform(3)\fP.
.SH "BLOCKING"
A few areas in the code are still using blocking code, even when used from the