]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
config.d: split comments and option-per line
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 16 Jul 2021 06:40:44 +0000 (02:40 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 20 Jul 2021 05:57:23 +0000 (01:57 -0400)
Closes https://github.com/curl/curl/pull/7405

docs/cmdline-opts/config.d

index 254c7044b1b7450835fa93918a0df007bf13f8a0..1c46e41c139bfd5a0f82a6af37db373065237bec 100644 (file)
@@ -19,9 +19,12 @@ between the option and its parameter.
 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. If the first column of a config line is
-a '#' character, the rest of the line will be treated as a comment. Only write
-one option per physical line in the config file.
+preceding any other letter is ignored.
+
+If the first column of a config line is a '#' character, the rest of the line
+will be treated as a comment.
+
+Only write one option per physical line in the config file.
 
 Specify the filename to --config as '-' to make curl read the file from stdin.