Merge pull request #163 from vlm/patch-1
Make sure disabling hyphenation actually works.
This commit is contained in:
commit
4407397a7a
1 changed files with 2 additions and 2 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue