summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xman/help2man3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/help2man b/man/help2man
index d680425ac..7b7ce7a4b 100755
--- a/man/help2man
+++ b/man/help2man
@@ -607,6 +607,9 @@ for my $sect (@pre, (grep ! /^($filter)$/o, @include), @post)
# Convert some latin1 chars to troff equivalents
s/\xa0/\\ /g; # non-breaking space
+ $sect eq 'REPORTING BUGS'
+ and s/\n(.)/\n.br\n$1/g;
+
print;
}
}