diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-06-14 00:01:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-15 22:46:04 -0700 |
commit | a88ca3427770b9142db71c29154abcce4c5b8a9d (patch) | |
tree | 63e63ece65ec3790f53ad3008ea34a5a669bbf8a | |
parent | 891dbc6e40b93a2fa5c4af74e2684d40fb1aad4c (diff) | |
download | git-a88ca3427770b9142db71c29154abcce4c5b8a9d.tar.gz git-a88ca3427770b9142db71c29154abcce4c5b8a9d.tar.xz |
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 <matled@gmx.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/gitmodules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |