summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/page-header
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-28 10:30:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-28 16:19:59 +0200
commitebf18468c0fb2d74c2c4a2a4a5a6dedd0cf8aea6 (patch)
tree7da9643531ad235bc66af2986b6e71cdb5dd0c67 /docs/cmdline-opts/page-header
parent6f19f68e9308cf85860ccb414273ccf83ee43598 (diff)
downloadcurl-ebf18468c0fb2d74c2c4a2a4a5a6dedd0cf8aea6.tar.gz
curl.1: remove mentions of really old version changes
To make the man page more readable, this change removes all references to changes in support/versions etc that happened before 7.30.0 from the curl.1 output file. 7.30.0 was released on Apr 12 2013. This particular limit is a bit arbitrary but was fairly easy to grep for. It is handled like this: the 'Added' keyword is only used in output if it refers to 7.30.0 or later. All occurances of "(Added in $VERSION)" in description will be stripped out if the mentioned $VERSION is from before 7.30.0. It is therefore important that the "Added in..." references are always written exactly like that - and on a single line, not split over two. This change removes about 80 version number references from curl.1, down to 138 from 218. Closes #7786
Diffstat (limited to 'docs/cmdline-opts/page-header')
-rw-r--r--docs/cmdline-opts/page-header4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/cmdline-opts/page-header b/docs/cmdline-opts/page-header
index 2a1a7dac9..b52d2fc97 100644
--- a/docs/cmdline-opts/page-header
+++ b/docs/cmdline-opts/page-header
@@ -194,6 +194,4 @@ options -O, -L and -v at once as -OLv.
In general, all boolean options are enabled with --**option** and yet again
disabled with --**no-**option. That is, you use the exact same option name
but prefix it with "no-". However, in this list we mostly only list and show
-the --option version of them. (This concept with --no options was added in
-7.19.0. Previously most options were toggled on/off through repeated use of
-the same command line option.)
+the --option version of them.