mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
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
This commit is contained in:
parent
6f19f68e93
commit
ebf18468c0
12 changed files with 46 additions and 27 deletions
|
|
@ -30,8 +30,8 @@ Specifies a custom FTP command to use instead of LIST when doing file lists
|
|||
with FTP.
|
||||
|
||||
(POP3)
|
||||
Specifies a custom POP3 command to use instead of LIST or RETR. (Added in
|
||||
7.26.0)
|
||||
Specifies a custom POP3 command to use instead of LIST or RETR.
|
||||
(Added in 7.26.0)
|
||||
|
||||
(IMAP)
|
||||
Specifies a custom IMAP command to use instead of LIST. (Added in 7.30.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue