diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-11 18:38:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-11 18:38:47 +0000 |
commit | d531926246397af2f511f03847b43ff759e75fc3 (patch) | |
tree | 1859b1f8b47d2433c06dc03d3ca6f2f4a2fba70c /docs/curl-config.1 | |
parent | 357fdb60b603260e9fa09ed95ff9da3b6c43969c (diff) | |
download | curl-d531926246397af2f511f03847b43ff759e75fc3.tar.gz |
mention the maybe-missing initial zero in the vernum output
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r-- | docs/curl-config.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1 index bc1935f21..a78505fb3 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -2,7 +2,7 @@ .\" nroff -man curl-config.1 .\" Written by Daniel Stenberg .\" -.TH curl-config 1 "8 Oct 2002" "Curl 7.10" "curl-config manual" +.TH curl-config 1 "11 Dec 2004" "Curl 7.10" "curl-config manual" .SH NAME curl-config \- Get information about a libcurl installation .SH SYNOPSIS @@ -38,7 +38,8 @@ Outputs version information about the installed libcurl. 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 -12.13.14 would appear as 0c0d0e... +12.13.14 would appear as 0c0d0e... Note that the initial zero might be +omitted. .SH "EXAMPLES" What linker options do I need when I link with libcurl? |