File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,10 @@ lines. Variables may belong directly to a section or to a given subsection.
45
45
You can have `[section]` if you have `[section "subsection"]`, but you
46
46
don't need to.
47
47
48
- There is also a case insensitive alternative `[section.subsection]` syntax.
49
- In this syntax, subsection names follow the same restrictions as for section
50
- names.
48
+ There is also a deprecated `[section.subsection]` syntax. With this
49
+ syntax, the subsection name is converted to lower-case and is also
50
+ compared case sensitively. These subsection names follow the same
51
+ restrictions as section names.
51
52
52
53
All the other lines (and the remainder of the line after the section
53
54
header) are recognized as setting variables, in the form
You can’t perform that action at this time.
0 commit comments