]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
corrected introduction version number
authorDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jun 2006 21:49:40 +0000 (21:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jun 2006 21:49:40 +0000 (21:49 +0000)
docs/libcurl/curl_multi_setopt.3
docs/libcurl/curl_multi_socket.3
docs/libcurl/curl_multi_timeout.3
docs/libcurl/libcurl-errors.3

index 6f88b989b2518045075bc2b2ac7d0058b4e6845d..623daa53f3e61fa502682f03db7918eb0097eca5 100644 (file)
@@ -36,7 +36,7 @@ The standard CURLMcode for multi interface error codes. Note that it returns a
 CURLM_UNKNOWN_OPTION if you try setting an option that this version of libcurl
 doesn't know of.
 .SH AVAILABILITY
-This function was added in libcurl 7.16.0
+This function was added in libcurl 7.15.4.
 .SH "SEE ALSO"
 .BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
 .BR curl_multi_socket "(3), " curl_multi_info_read "(3)"
index 12082ff3f095ebedfc1f8bf1cd99fdd9937db91d..e5312c840ff5c103945ae0f3c3ffb59e746e248d 100644 (file)
@@ -90,7 +90,7 @@ action.
 
 9. Go back to step 6.
 .SH AVAILABILITY
-This function was added in libcurl 7.16.0
+This function was added in libcurl 7.15.4, although not deemed stable yet.
 .SH "SEE ALSO"
 .BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
 .BR curl_multi_fdset "(3), " curl_multi_info_read "(3)"
index a06bffbdc70d312adc0ea0201ac7278b9b398407..b04acf89033e4e1b483ef148faefe39eaaa39578 100644 (file)
@@ -30,7 +30,7 @@ Call \fBcurl_multi_timeout(3)\fP, then wait for action on the sockets. You
 figure out which sockets to wait for by calling \fBcurl_multi_fdset(3)\fP or
 by a previous call to \fBcurl_multi_socket(3)\fP.
 .SH AVAILABILITY
-This function was added in libcurl 7.16.0
+This function was added in libcurl 7.15.4, although not deemed stable yet.
 .SH "SEE ALSO"
 .BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
 .BR curl_multi_fdset "(3), " curl_multi_info_read "(3), "
index 6fe9971ddd225e55e436432fbce94c8f64259937..baa9bc5fd69e1c9c8836bf24dd4a57bb787d5bfe 100644 (file)
@@ -226,7 +226,7 @@ You are doomed.
 This can only be returned if libcurl bugs. Please report it to us!
 .IP "CURLM_BAD_SOCKET (5)"
 The passed-in socket is not a valid one that libcurl already knows about.
-(Added in 7.16.0)
+(Added in 7.15.4)
 .SH "CURLSHcode"
 The "share" interface will return a CURLSHcode to indicate when an error has
 occurred.  Also consider \fIcurl_share_strerror(3)\fP.