Update man template to avoid bad wraps.
The contents of the .TH line cannot wrap. Closes #5929.
This commit is contained in:
parent
7fb9432ae1
commit
da5b6d5c0b
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue