]> diplodocus.org Git - nmh/blobdiff - man/mh-chart-gen.sh
new.c: Order two return statements to match comment.
[nmh] / man / mh-chart-gen.sh
index e0afd409ffe444fcd2cd9b35df1c6636759823a5..a49514d4b78f14173e2b4dd324649c32407b32a9 100755 (executable)
@@ -2,22 +2,26 @@
 #
 # Generates mh-chart.man from other .man files that have a SYNOPSIS
 # section.
+#
+# This code is Copyright (c) 2012, by the authors of nmh.
+# See the COPYRIGHT file in the root directory of the nmh
+# distribution for complete copyright information.
 
 nmhmandir=`dirname $0`
 
 # The following ensures the generated date field in the manpage is divorced
 # from the local build environment when building distribution packages.
-export LC_TIME=C
+LC_TIME=C; export LC_TIME
 unset LANG
-datestamp=`date '+%B %d, %Y'`
+datestamp=`date +%Y-%m-%d`
 
 cat <<__HOOPY_FROOD
 .TH MH-CHART %manext7% "${datestamp}" "%nmhversion%"
-.\"
+.
 .\" %nmhwarning%
-.\"
+.
 .SH NAME
-mh-chart \- Chart of nmh Commands
+mh-chart \- chart of nmh commands and their options
 .SH SYNOPSIS
 .na
 __HOOPY_FROOD
@@ -40,5 +44,6 @@ cat <<'EOF'
 .ad
 
 .SH "SEE ALSO"
-nmh(7)
+.IR nmh (7),
+.IR mh\-mime (7)
 EOF