diff options
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r-- | docs/curl-config.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1 index ae247048c..2bf853af8 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2020, 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 @@ -20,7 +20,7 @@ .\" * .\" ************************************************************************** .\" -.TH curl-config 1 "November 30, 2017" "Curl 7.68.0" "curl-config manual" +.TH curl-config 1 "April 26, 2020" "Curl 7.73.0" "curl-config manual" .SH NAME curl-config \- Get information about a libcurl installation @@ -75,8 +75,8 @@ to link your application with libcurl statically. (Added in 7.17.1) Outputs version information about the installed libcurl. .IP "--vernum" Outputs version information about the installed libcurl, in numerical mode. -This outputs the version number, in hexadecimal, with 8 bits for each part; -major, minor, patch. So that libcurl 7.7.4 would appear as 070704 and libcurl +This outputs the version number, in hexadecimal, with 8 bits for each part: +major, minor, and patch. So that libcurl 7.7.4 would appear as 070704 and libcurl 12.13.14 would appear as 0c0d0e... Note that the initial zero might be omitted. (This option was broken in the 7.15.0 release.) .SH "EXAMPLES" |