aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_strerror.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_easy_strerror.3')
-rw-r--r--docs/libcurl/curl_easy_strerror.32
1 files changed, 2 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"