From 7b66f84b80584462e3b35147894e24cd65b82877 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 3 Dec 2015 10:27:07 -0800
Subject: [PATCH] Fixed man template so disabling hyphenation actually works.

The command needs to come after .TH.
---
 data/templates   | 2 +-
 tests/writer.man | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/templates b/data/templates
index 5e9fad4ca..4407397a7 160000
--- a/data/templates
+++ b/data/templates
@@ -1 +1 @@
-Subproject commit 5e9fad4cafe45a883001dcd41e701b3453e08337
+Subproject commit 4407397a7a9e067246500049f70f70a5c144a1c8
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.