diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-31 06:03:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-31 06:03:16 +0000 |
commit | 811dfd710ba2ad43a82019a0aa33d8b1eb4179a4 (patch) | |
tree | b9748b4d2d95fe704a9e9e1458029a108a787df8 /docs | |
parent | b08dc2cadb3ca67e5b45fa3cfb8abfffa7c86880 (diff) |
mention when the function was added to the lib
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_strerror.3 | 2 | ||||
-rw-r--r-- | docs/libcurl/curl_multi_strerror.3 | 2 | ||||
-rw-r--r-- | docs/libcurl/curl_share_strerror.3 | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_strerror.3 b/docs/libcurl/curl_easy_strerror.3 index eb7cecc4c..e733da62d 100644 --- a/docs/libcurl/curl_easy_strerror.3 +++ b/docs/libcurl/curl_easy_strerror.3 @@ -12,6 +12,8 @@ curl_easy_strerror - return string describing error code .SH DESCRIPTION The curl_easy_strerror() function returns a string describing the CURLcode error code passed in the argument \fIerrornum\fP. + +This function was added in libcurl 7.12.0 .SH RETURN VALUE A pointer to a zero terminated string. .SH "SEE ALSO" diff --git a/docs/libcurl/curl_multi_strerror.3 b/docs/libcurl/curl_multi_strerror.3 index f2fea3b92..8145c63f9 100644 --- a/docs/libcurl/curl_multi_strerror.3 +++ b/docs/libcurl/curl_multi_strerror.3 @@ -12,6 +12,8 @@ curl_multi_strerror - return string describing error code .SH DESCRIPTION The curl_multi_strerror() function returns a string describing the CURLMcode error code passed in the argument \fIerrornum\fP. + +This function was added in libcurl 7.12.0 .SH RETURN VALUE A pointer to a zero terminated string. .SH "SEE ALSO" diff --git a/docs/libcurl/curl_share_strerror.3 b/docs/libcurl/curl_share_strerror.3 index 35fa4db8c..20c008d21 100644 --- a/docs/libcurl/curl_share_strerror.3 +++ b/docs/libcurl/curl_share_strerror.3 @@ -12,6 +12,8 @@ curl_share_strerror - return string describing error code .SH DESCRIPTION The curl_share_strerror() function returns a string describing the CURLSHcode error code passed in the argument \fIerrornum\fP. + +This function was added in libcurl 7.12.0 .SH RETURN VALUE A pointer to a zero terminated string. .SH "SEE ALSO" |