From 4298b97020020819d474f7aee372d68638145dc0 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Fri, 24 Apr 2020 17:23:22 +0300 Subject: docs: fix two typos Closes #5292 --- docs/curl-config.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/curl-config.1') diff --git a/docs/curl-config.1 b/docs/curl-config.1 index 4a23e6a92..7614daac6 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -74,8 +74,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" -- cgit v1.2.1