From 191e60ac71c370aa059f5a7405718938057e7c97 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 24 Oct 2023 16:40:09 +0200 Subject: [PATCH] cmdline/configfile.md: use quotes --- cmdline/configfile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdline/configfile.md b/cmdline/configfile.md index 9d4659a269..26aa8fc7c5 100644 --- a/cmdline/configfile.md +++ b/cmdline/configfile.md @@ -49,8 +49,8 @@ user-agent option again: If the parameter contains whitespace (or starts with : or =), the parameter must be enclosed within quotes. Within double quotes, the following escape -sequences are available: \\\\, \\", \t, \n, \r and \v. A backslash preceding -any other letter is ignored. +sequences are available: `\\`, `\"`, `\t`, `\n`, `\r` and `\v`. A backslash +preceding any other letter is ignored. The argument to an option can be specified without double quotes and then curl will treat the next space or newline as the end of the argument.