diff options
Diffstat (limited to 'docs/libcurl/curl_version.3')
-rw-r--r-- | docs/libcurl/curl_version.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_version.3 b/docs/libcurl/curl_version.3 index a40e1aeec..c9b2d4579 100644 --- a/docs/libcurl/curl_version.3 +++ b/docs/libcurl/curl_version.3 @@ -33,7 +33,7 @@ its important components (like OpenSSL version). We recommend using \fIcurl_version_info(3)\fP instead! .SH RETURN VALUE -A pointer to a zero terminated string. The string resides in a statically +A pointer to a null-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)" |