diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-10-28 12:59:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-10-28 12:59:37 +0000 |
commit | 115fe1b5773ced0c64b84d8ae3f8df1459c0b8f5 (patch) | |
tree | 58b7340185be35d5cc67120f02df6f9a7a74510f /docs/curl-config.1 | |
parent | 06d6ea651ea404394e92c53d5a22d6cbf1c3c8d0 (diff) | |
download | curl-115fe1b5773ced0c64b84d8ae3f8df1459c0b8f5.tar.gz |
mention brokenness
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r-- | docs/curl-config.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1 index 3e8985136..b44de2a02 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -64,7 +64,7 @@ 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... Note that the initial zero might be -omitted. +omitted. (This option was broken in the 7.15.0 release.) .SH "EXAMPLES" What linker options do I need when I link with libcurl? |