Update man template to avoid bad wraps.

The contents of the .TH line cannot wrap.
Closes #5929.
This commit is contained in:
John MacFarlane 2019-11-24 09:55:04 -08:00
parent 7fb9432ae1
commit da5b6d5c0b

View file

@ -8,7 +8,7 @@ $endif$
$if(adjusting)$
.ad $adjusting$
$endif$
.TH "$title$" "$section$" "$date$" "$footer$" "$header$"
.TH "$title/nowrap$" "$section/nowrap$" "$date/nowrap$" "$footer/nowrap$" "$header/nowrap$"
$if(hyphenate)$
.hy
$else$