mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:13:32 +03:00
cmdline-docs: use present tense, not future
+ some smaller cleanups Closes #11821
This commit is contained in:
parent
bfb48e33fb
commit
4600bd3993
113 changed files with 394 additions and 399 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue