summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-11-24 10:10:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-11-24 10:10:59 +0000
commite20f3ecd7e00944c59dd3bd6dfbe7d4876b0df21 (patch)
tree9f0b69a372d49dc4ba731cee78ecfab95cff44e9
parentc83f7ede269a03cac402fda4edd74fbb557a9917 (diff)
downloadgnurl-e20f3ecd7e00944c59dd3bd6dfbe7d4876b0df21.tar.gz
gnurl-e20f3ecd7e00944c59dd3bd6dfbe7d4876b0df21.tar.bz2
gnurl-e20f3ecd7e00944c59dd3bd6dfbe7d4876b0df21.zip
clarify what a modern version of libcurl means
-rw-r--r--docs/libcurl/curl_multi_socket_action.312
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/libcurl/curl_multi_socket_action.3 b/docs/libcurl/curl_multi_socket_action.3
index 5287b44c3..cc53dbbb0 100644
--- a/docs/libcurl/curl_multi_socket_action.3
+++ b/docs/libcurl/curl_multi_socket_action.3
@@ -95,13 +95,13 @@ for more actions on libcurl's sockets. 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".
-In modern libcurls, \fICURLM_CALL_MULTI_PERFORM\fP or
-\fICURLM_CALL_MULTI_SOKCET\fP should not be returned and no application needs
-to care about them.
+In modern libcurls (from around 7.19.0 or later),
+\fICURLM_CALL_MULTI_PERFORM\fP or \fICURLM_CALL_MULTI_SOKCET\fP will not be
+returned and no application needs to care about them.
-NOTE that the return code is for the whole multi stack. Problems still might have
-occurred on individual transfers even when one of these functions
-return OK.
+NOTE that the return code from this function is for the whole multi stack.
+Problems still might have occurred on individual transfers even when one of
+these functions return OK.
.SH "TYPICAL USAGE"
1. Create a multi handle