mirror of
https://github.com/curl/curl.git
synced 2026-08-06 14:56:13 +03:00
docs/cmdline-opts: spellfixes, typos and polish
To make them accepted by the spell checker Closes #11562
This commit is contained in:
parent
6b11d9d86b
commit
f4ff8072f2
29 changed files with 183 additions and 180 deletions
|
|
@ -26,7 +26,7 @@ require the environment variable to be set or provide a default value for the
|
|||
variable in case it is not already set.
|
||||
|
||||
--variable %name imports the variable called 'name' but exits with an error if
|
||||
that environment variable is not alreadty set. To provide a default value if
|
||||
that environment variable is not already set. To provide a default value if
|
||||
the environment variable is not set, use --variable %name=content or
|
||||
--variable %name@content. Note that on some systems - but not all -
|
||||
environment variables are case insensitive.
|
||||
|
|
@ -34,7 +34,7 @@ environment variables are case insensitive.
|
|||
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-separted list that is evaluated in a left-to-right order. Variable
|
||||
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
|
||||
error.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue