Fixed man template so disabling hyphenation actually works.

The command needs to come after .TH.
This commit is contained in:
John MacFarlane 2015-12-03 10:27:07 -08:00
parent b63dc2ca0a
commit 7b66f84b80
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5e9fad4cafe45a883001dcd41e701b3453e08337
Subproject commit 4407397a7a9e067246500049f70f70a5c144a1c8

View file

@ -1,5 +1,5 @@
.hy
.TH "Pandoc Test Suite" "" "July 17, 2006" "" ""
.hy
.PP
This is a set of tests for pandoc.
Most of them are adapted from John Gruber's markdown test suite.