From 0933b12e83c58195e47493cb95c77e41d58669a0 Mon Sep 17 00:00:00 2001 From: Lyndon Nerenberg Date: Tue, 16 Oct 2012 11:12:27 -0700 Subject: [PATCH] Some version of man(1) barf if the first line of the manpage is not the .TH macro. Re-order the generated mh-chart.man so that the 'auto-generated' comment appears after the .TH macro. --- man/mh-chart-gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/mh-chart-gen.sh b/man/mh-chart-gen.sh index 84be272..04af627 100755 --- a/man/mh-chart-gen.sh +++ b/man/mh-chart-gen.sh @@ -6,10 +6,10 @@ nmhmandir=`dirname $0` cat <<'EOF' +.TH MH-CHART %manext7% "%nmhdate%" MH.6.8 [%nmhversion%] .\" .\" %nmhwarning% .\" -.TH MH-CHART %manext7% "%nmhdate%" MH.6.8 [%nmhversion%] .SH NAME mh-chart \- Chart of nmh Commands .SH SYNOPSIS -- 1.7.10.4