1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

mention when the function was added to the lib

This commit is contained in:
Daniel Stenberg 2004-08-31 06:03:16 +00:00
parent b08dc2cadb
commit 811dfd710b
3 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,8 @@ curl_easy_strerror - return string describing error code
.SH DESCRIPTION .SH DESCRIPTION
The curl_easy_strerror() function returns a string describing the CURLcode The curl_easy_strerror() function returns a string describing the CURLcode
error code passed in the argument \fIerrornum\fP. error code passed in the argument \fIerrornum\fP.
This function was added in libcurl 7.12.0
.SH RETURN VALUE .SH RETURN VALUE
A pointer to a zero terminated string. A pointer to a zero terminated string.
.SH "SEE ALSO" .SH "SEE ALSO"

View File

@ -12,6 +12,8 @@ curl_multi_strerror - return string describing error code
.SH DESCRIPTION .SH DESCRIPTION
The curl_multi_strerror() function returns a string describing the CURLMcode The curl_multi_strerror() function returns a string describing the CURLMcode
error code passed in the argument \fIerrornum\fP. error code passed in the argument \fIerrornum\fP.
This function was added in libcurl 7.12.0
.SH RETURN VALUE .SH RETURN VALUE
A pointer to a zero terminated string. A pointer to a zero terminated string.
.SH "SEE ALSO" .SH "SEE ALSO"

View File

@ -12,6 +12,8 @@ curl_share_strerror - return string describing error code
.SH DESCRIPTION .SH DESCRIPTION
The curl_share_strerror() function returns a string describing the CURLSHcode The curl_share_strerror() function returns a string describing the CURLSHcode
error code passed in the argument \fIerrornum\fP. error code passed in the argument \fIerrornum\fP.
This function was added in libcurl 7.12.0
.SH RETURN VALUE .SH RETURN VALUE
A pointer to a zero terminated string. A pointer to a zero terminated string.
.SH "SEE ALSO" .SH "SEE ALSO"