File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,11 +41,13 @@ in the section header, like in the example below:
4141--------
4242
4343Subsection 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.
4951
5052There is also a deprecated `[section.subsection]` syntax. With this
5153syntax, the subsection name is converted to lower-case and is also
You can’t perform that action at this time.
0 commit comments