We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2070950 + f737632 commit abe2773Copy full SHA for abe2773
1 file changed
Documentation/config.txt
@@ -45,9 +45,10 @@ lines. Variables may belong directly to a section or to a given subsection.
45
You can have `[section]` if you have `[section "subsection"]`, but you
46
don't need to.
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.
+There is also a deprecated `[section.subsection]` syntax. With this
+syntax, the subsection name is converted to lower-case and is also
+compared case sensitively. These subsection names follow the same
51
+restrictions as section names.
52
53
All the other lines (and the remainder of the line after the section
54
header) are recognized as setting variables, in the form
0 commit comments