From 938f93549fd2de87527b26c0730d4b1140ce62a1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 18 Feb 2014 08:59:56 +0100 Subject: curl_version.3: recommend using curl_version_info() instead --- docs/libcurl/curl_version.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/libcurl/curl_version.3') 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, , et al. +.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, , 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. -- cgit v1.2.3