author | Jonathan Nieder <jrnieder@gmail.com> | |
Fri, 20 Aug 2010 10:31:58 +0000 (05:31 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 Aug 2010 21:16:22 +0000 (14:16 -0700) | ||
commit | 12378c0aa8d06cb0e965935ca6d393a9b66b095a | |
tree | a160d1ed0d467fe3ac6308ff2460a047f7a28989 | tree | snapshot |
parent | 9257a1efe1f8a0e8244da6f4a4d8178fbb41699d | commit | diff |
Documentation: remove backslashes in manpage synopses
For some reason, various manual pages have an asterisk escaped
with \ in the synopsis. Since there is no other asterisk to pair it
with, Asciidoc does not consider this asterisk escapable, so it passes
the backslash through.
Each page either uses [verse] or has only one asterisk, so it
is safe to drop the backslashes (checked with asciidoc 8.5.2).
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
For some reason, various manual pages have an asterisk escaped
with \ in the synopsis. Since there is no other asterisk to pair it
with, Asciidoc does not consider this asterisk escapable, so it passes
the backslash through.
Each page either uses [verse] or has only one asterisk, so it
is safe to drop the backslashes (checked with asciidoc 8.5.2).
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>