Skip to content

Commit

Permalink
fixed syntax errors on line 85 and 103 - RE closed PR 374
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteele6 authored and bagder committed Dec 26, 2023
1 parent 297a6c4 commit d742491
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmdline/configfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The user agent string example we have used above has no white spaces, so the quo

user-agent = Everything-is-an-agent

See ["When to use quotes"](#when-to-use-quotes) for more info on when quotes should be used.
See ["When to use quotes"](#when-to-use-quotes) for more info on when quotes should be used.

### URLs

Expand All @@ -99,8 +99,7 @@ When entering URLs at the command line, everything that is not an option is assu
You'll need to use double quotes when:

* the parameter contains white space, or starts with the characters `:` or `=`.
* you need to use escape sequences
* (available options: `\\`, `\"`, `\t`, `\n`, `\r` and `\v`. A backslash preceding any other letter is ignored).
* you need to use escape sequences (available options: `\\`, `\"`, `\t`, `\n`, `\r` and `\v`. A backslash preceding any other letter is ignored).

If a parameter containing white space is not enclosed in double quotes, curl will treat the next space or newline as the end of the argument.

Expand Down

0 comments on commit d742491

Please sign in to comment.