From 7b66f84b80584462e3b35147894e24cd65b82877 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 3 Dec 2015 10:27:07 -0800 Subject: Fixed man template so disabling hyphenation actually works. The command needs to come after .TH. --- tests/writer.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/writer.man b/tests/writer.man index 48d907fc0..b0aece96b 100644 --- a/tests/writer.man +++ b/tests/writer.man @@ -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. -- cgit v1.2.3