From f0e8b5c7233882f948a2638ae2711862477692fa Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Thu, 1 Mar 2012 11:48:17 -0500 Subject: Work around line-break problems The two lines for the different versions of 'git bz edit' are treated by asciidoc as a single paragraph and line-wrapped. In theory, a + at the end of a line is a forced line-break with asciidoc, but in the manpage generation route, this doesn't work properly - the magic in a2x that is supposed to turn the asciidoc-br processing instruction into a line break doesn't work. (We aren't using a2x at the moment for the conversion, but no real reason to switch if it doesn't work better.) So, use a [verse] paragraph instead. This results in mis-indentation, but slightly better than the previous breakage. https://bugzilla.gnome.org/show_bug.cgi?id=670686 --- git-bz.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/git-bz.txt b/git-bz.txt index bb78c42..18bce74 100644 --- a/git-bz.txt +++ b/git-bz.txt @@ -192,6 +192,7 @@ default product if none is given on the command line). edit ~~~~ +[verse] 'git bz edit' ( | | ) 'git bz edit' --pushed ( | ) -- cgit