]> granicus.if.org Git - curl/commitdiff
mention when the function was added to the lib
authorDaniel Stenberg <daniel@haxx.se>
Tue, 31 Aug 2004 06:03:16 +0000 (06:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 31 Aug 2004 06:03:16 +0000 (06:03 +0000)
docs/libcurl/curl_easy_strerror.3
docs/libcurl/curl_multi_strerror.3
docs/libcurl/curl_share_strerror.3

index eb7cecc4cd3c774de563a8f7b6e450266a73ca1d..e733da62da9d71ef44be29984d1c81e1fe6e056e 100644 (file)
@@ -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"
index f2fea3b921c5c63913def862eab9f4380658f983..8145c63f987ba7e3aa2b4db445b138920e9babf9 100644 (file)
@@ -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"
index 35fa4db8c4c7807393ece05b4fb1893357484947..20c008d21ac1ab4296c5ce4d2e892ded15a5a039 100644 (file)
@@ -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"