From: Kyle Meyer Date: Tue, 16 Mar 2021 14:40:40 +0000 (-0400) Subject: config.txt: add missing period X-Git-Tag: v2.31.1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfd409ed0973ad505c3759aae7c47eea8ae1bd81;p=thirdparty%2Fgit.git config.txt: add missing period Signed-off-by: Kyle Meyer Acked-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 6ba50b1104..06615d840b 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -46,7 +46,7 @@ Subsection names are case sensitive and can contain any characters except newline and the null byte. Doublequote `"` and backslash can be included by escaping them as `\"` and `\\`, respectively. Backslashes preceding other characters are dropped when reading; for example, `\t` is read as -`t` and `\0` is read as `0` Section headers cannot span multiple lines. +`t` and `\0` is read as `0`. Section headers cannot span multiple lines. Variables may belong directly to a section or to a given subsection. You can have `[section]` if you have `[section "subsection"]`, but you don't need to.