diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-02-18 08:59:56 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-02-18 08:59:56 +0100 |
commit | 938f93549fd2de87527b26c0730d4b1140ce62a1 (patch) | |
tree | 8d144b4f2136792314313d34bbd1aa359b274b9a | |
parent | 911a5c364619773406b255efdb6b622f4f72c506 (diff) |
curl_version.3: recommend using curl_version_info() instead
-rw-r--r-- | docs/libcurl/curl_version.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libcurl/curl_version.3 b/docs/libcurl/curl_version.3 index f66e38d14..03922c93c 100644 --- a/docs/libcurl/curl_version.3 +++ b/docs/libcurl/curl_version.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -30,6 +30,8 @@ curl_version - returns the libcurl version string .SH DESCRIPTION Returns a human readable string with the version number of libcurl and some of 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 allocated buffer and must not be freed by the caller. |