From: Lars Hjemli Date: Wed, 13 Jun 2007 22:01:10 +0000 (+0200) Subject: gitmodules(5): remove leading period from synopsis X-Git-Tag: v1.5.3-rc0~91^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a88ca3427770b9142db71c29154abcce4c5b8a9d;p=git.git gitmodules(5): remove leading period from synopsis Asciidoc treats a line starting with a period followed by a title as a blocktitle element. My introduction of gitmodules(5) unfortunatly broke the documentation build process due to this processing, since it made asciidoc generate an illegal (empty) synopsis element. Removing the leading period fixes the problem and also makes gitmodules(5) use the same synopsis notation as gitattributes(5). Noticed-by: Matthias Lederhofer Signed-off-by: Lars Hjemli Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt index 7814b6af6..035294e20 100644 --- a/Documentation/gitmodules.txt +++ b/Documentation/gitmodules.txt @@ -7,7 +7,7 @@ gitmodules - defining submodule properties SYNOPSIS -------- -.gitmodules +gitmodules DESCRIPTION