aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-24 09:55:04 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-24 09:55:04 -0800
commitda5b6d5c0bc441732f36f5a2f7577f5108caaa7f (patch)
treee46b326d64555ddc14e969b7f688c3ad27db7414 /data
parent7fb9432ae17e06e0cbd9a3586261deee630a48c8 (diff)
downloadpandoc-da5b6d5c0bc441732f36f5a2f7577f5108caaa7f.tar.gz
Update man template to avoid bad wraps.
The contents of the .TH line cannot wrap. Closes #5929.
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.man b/data/templates/default.man
index f257ec3a7..5b16bdf63 100644
--- a/data/templates/default.man
+++ b/data/templates/default.man
@@ -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$