gitmodules(5): remove leading period from synopsis
commita88ca3427770b9142db71c29154abcce4c5b8a9d
authorLars Hjemli <hjemli@gmail.com>
Wed, 13 Jun 2007 22:01:10 +0000 (14 00:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Jun 2007 05:46:04 +0000 (15 22:46 -0700)
tree63e63ece65ec3790f53ad3008ea34a5a669bbf8a
parent891dbc6e40b93a2fa5c4af74e2684d40fb1aad4c
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>
Documentation/gitmodules.txt