aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_version.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_version.3')
-rw-r--r--docs/libcurl/curl_version.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_version.3 b/docs/libcurl/curl_version.3
index 003329800..f66e38d14 100644
--- a/docs/libcurl/curl_version.3
+++ b/docs/libcurl/curl_version.3
@@ -31,6 +31,7 @@ curl_version - returns the libcurl version string
Returns a human readable string with the version number of libcurl and some of
its important components (like OpenSSL version).
.SH RETURN VALUE
-A pointer to a zero terminated string.
+A pointer to a zero terminated string. The string resides in a statically
+allocated buffer and must not be freed by the caller.
.SH "SEE ALSO"
.BR curl_version_info "(3)"