File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,13 @@ in the section header, like in the example below:
41
41
--------
42
42
43
43
Subsection names are case sensitive and can contain any characters except
44
- newline (doublequote `"` and backslash can be included by escaping them
45
- as `\"` and `\\`, respectively). Section headers cannot span multiple
46
- lines. Variables may belong directly to a section or to a given subsection.
47
- You can have `[section]` if you have `[section "subsection"]`, but you
48
- don't need to.
44
+ newline and the null byte. Doublequote `"` and backslash can be included
45
+ by escaping them as `\"` and `\\`, respectively. Backslashes preceding
46
+ other characters are dropped when reading; for example, `\t` is read as
47
+ `t` and `\0` is read as `0` Section headers cannot span multiple lines.
48
+ Variables may belong directly to a section or to a given subsection. You
49
+ can have `[section]` if you have `[section "subsection"]`, but you don't
50
+ need to.
49
51
50
52
There is also a deprecated `[section.subsection]` syntax. With this
51
53
syntax, the subsection name is converted to lower-case and is also
You can’t perform that action at this time.
0 commit comments