From a88ca3427770b9142db71c29154abcce4c5b8a9d Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Thu, 14 Jun 2007 00:01:10 +0200 Subject: [PATCH] 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 --- Documentation/gitmodules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt index 7814b6af6b..035294e208 100644 --- a/Documentation/gitmodules.txt +++ b/Documentation/gitmodules.txt @@ -7,7 +7,7 @@ gitmodules - defining submodule properties SYNOPSIS -------- -.gitmodules +gitmodules DESCRIPTION -- 2.11.4.GIT