cmdline-docs: use present tense, not future

+ some smaller cleanups

Closes #11821
This commit is contained in:
Daniel Stenberg 2023-09-08 14:32:29 +02:00
parent bfb48e33fb
commit 4600bd3993
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
113 changed files with 394 additions and 399 deletions

View file

@ -14,8 +14,7 @@ if set to a single dash (-)). The name is a case sensitive identifier that
must consist of no other letters than a-z, A-Z, 0-9 or underscore. The
specified content is then associated with this identifier.
Setting the same variable name again will overwrite the old contents with the
new.
Setting the same variable name again overwrites the old contents with the new.
The contents of a variable can be referenced in a later command line option
when that option name is prefixed with "--expand-", and the name is used as
@ -35,7 +34,7 @@ When expanding variables, curl supports a set of functions that can make the
variable contents more convenient to use. You apply a function to a variable
expansion by adding a colon and then list the desired functions in a
comma-separated list that is evaluated in a left-to-right order. Variable
content holding null bytes that are not encoded when expanded, will cause
content holding null bytes that are not encoded when expanded, causes an
error.
Available functions: