cmdline-docs: make sure to phrase it as "added in ...."

References to things that were added or changed in a specific version
should be specified as "(added in [version]) for two reasons:

1 - consistency

2 - to allow gen.pl to strip them out if deemed referring to too old
    versions

Closes #11821
This commit is contained in:
Daniel Stenberg 2023-09-08 14:03:59 +02:00
parent fa7df3070a
commit bfb48e33fb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
32 changed files with 107 additions and 112 deletions

View file

@ -28,15 +28,15 @@ standard error by using %{stderr}.
Output HTTP headers from the most recent request by using *%header{name}*
where *name* is the case insensitive name of the header (without the trailing
colon). The header contents are exactly as sent over the network, with leading
and trailing whitespace trimmed. Added in curl 7.84.0.
and trailing whitespace trimmed (added in 7.84.0).
Select a specific target destination file to write the output to, by using
*%output{name}* where *name* is the full file name. The output following that
instruction is then written to that file. More than one *%output{}* instruction
can be specified in the same write-out argument. If the file name cannot be
created, curl will leave the output to the one used prior to the *%output{}*
instruction. Use *%output{>>name}* to append data to an existing file. Added in
curl 8.3.0.
*%output{name}* (added in curl 8.3.0) where *name* is the full file name. The
output following that instruction is then written to that file. More than one
*%output{}* instruction can be specified in the same write-out argument. If
the file name cannot be created, curl leaves the output destination to the one
used prior to the *%output{}* instruction. Use *%output{>>name}* to append
data to an existing file.
**NOTE:**
In Windows the %-symbol is a special symbol used to expand environment
@ -105,8 +105,8 @@ The http method used in the most recent HTTP request. (Added in 7.72.0)
.TP
**num_certs**
Number of server certificates received in the TLS handshake. Supported only by
the OpenSSL, GnuTLS, Schannel and Secure Transport backends. (Added
in 7.88.0)
the OpenSSL, GnuTLS, Schannel and Secure Transport backends.
(Added in 7.88.0)
.TP
**num_connects**
Number of new connects made in the recent transfer. (Added in 7.12.3)