summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_share_strerror.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-31 06:03:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-31 06:03:16 +0000
commit811dfd710ba2ad43a82019a0aa33d8b1eb4179a4 (patch)
treeb9748b4d2d95fe704a9e9e1458029a108a787df8 /docs/libcurl/curl_share_strerror.3
parentb08dc2cadb3ca67e5b45fa3cfb8abfffa7c86880 (diff)
downloadgnurl-811dfd710ba2ad43a82019a0aa33d8b1eb4179a4.tar.gz
gnurl-811dfd710ba2ad43a82019a0aa33d8b1eb4179a4.tar.bz2
gnurl-811dfd710ba2ad43a82019a0aa33d8b1eb4179a4.zip
mention when the function was added to the lib
Diffstat (limited to 'docs/libcurl/curl_share_strerror.3')
-rw-r--r--docs/libcurl/curl_share_strerror.32
1 files changed, 2 insertions, 0 deletions
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"