diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-03 10:26:36 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-03 10:26:36 -0800 |
commit | 4407397a7a9e067246500049f70f70a5c144a1c8 (patch) | |
tree | 6c58a5d07ce02c95827b8e1284062f644fec0288 | |
parent | 5e9fad4cafe45a883001dcd41e701b3453e08337 (diff) | |
parent | 23d4d6580384866e30fbc2a1853ef3b572d4e27b (diff) | |
download | pandoc-4407397a7a9e067246500049f70f70a5c144a1c8.tar.gz |
Merge pull request #163 from vlm/patch-1
Make sure disabling hyphenation actually works.
-rw-r--r-- | default.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.man b/default.man index 896e5d7e0..44b59198b 100644 --- a/default.man +++ b/default.man @@ -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$ |