Merge pull request #163 from vlm/patch-1

Make sure disabling hyphenation actually works.
This commit is contained in:
John MacFarlane 2015-12-03 10:26:36 -08:00
commit 4407397a7a

View file

@ -8,12 +8,12 @@ $endif$
$if(adjusting)$
.ad $adjusting$
$endif$
.TH "$title$" "$section$" "$date$" "$footer$" "$header$"
$if(hyphenate)$
.hy
$else$
.nh
.nh \" Turn off hyphenation by default.
$endif$
.TH "$title$" "$section$" "$date$" "$footer$" "$header$"
$for(header-includes)$
$header-includes$
$endfor$