mirror of
https://github.com/moparisthebest/curl
synced 2025-01-08 12:28:06 -05:00
corrected introduction version number
This commit is contained in:
parent
37f4877e56
commit
00a41ab296
@ -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
|
CURLM_UNKNOWN_OPTION if you try setting an option that this version of libcurl
|
||||||
doesn't know of.
|
doesn't know of.
|
||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
This function was added in libcurl 7.16.0
|
This function was added in libcurl 7.15.4.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
|
.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
|
||||||
.BR curl_multi_socket "(3), " curl_multi_info_read "(3)"
|
.BR curl_multi_socket "(3), " curl_multi_info_read "(3)"
|
||||||
|
@ -90,7 +90,7 @@ action.
|
|||||||
|
|
||||||
9. Go back to step 6.
|
9. Go back to step 6.
|
||||||
.SH AVAILABILITY
|
.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"
|
.SH "SEE ALSO"
|
||||||
.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
|
.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
|
||||||
.BR curl_multi_fdset "(3), " curl_multi_info_read "(3)"
|
.BR curl_multi_fdset "(3), " curl_multi_info_read "(3)"
|
||||||
|
@ -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
|
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.
|
by a previous call to \fBcurl_multi_socket(3)\fP.
|
||||||
.SH AVAILABILITY
|
.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"
|
.SH "SEE ALSO"
|
||||||
.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
|
.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
|
||||||
.BR curl_multi_fdset "(3), " curl_multi_info_read "(3), "
|
.BR curl_multi_fdset "(3), " curl_multi_info_read "(3), "
|
||||||
|
@ -226,7 +226,7 @@ You are doomed.
|
|||||||
This can only be returned if libcurl bugs. Please report it to us!
|
This can only be returned if libcurl bugs. Please report it to us!
|
||||||
.IP "CURLM_BAD_SOCKET (5)"
|
.IP "CURLM_BAD_SOCKET (5)"
|
||||||
The passed-in socket is not a valid one that libcurl already knows about.
|
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"
|
.SH "CURLSHcode"
|
||||||
The "share" interface will return a CURLSHcode to indicate when an error has
|
The "share" interface will return a CURLSHcode to indicate when an error has
|
||||||
occurred. Also consider \fIcurl_share_strerror(3)\fP.
|
occurred. Also consider \fIcurl_share_strerror(3)\fP.
|
||||||
|
Loading…
Reference in New Issue
Block a user