aboutsummaryrefslogtreecommitdiff
path: root/manpage.template
diff options
context:
space:
mode:
Diffstat (limited to 'manpage.template')
-rw-r--r--manpage.template13
1 files changed, 13 insertions, 0 deletions
diff --git a/manpage.template b/manpage.template
new file mode 100644
index 000000000..544ef0a97
--- /dev/null
+++ b/manpage.template
@@ -0,0 +1,13 @@
+$if(has-tables)$
+.\"t
+$endif$
+.TH PANDOC 1 "$date$" "$title$"
+.SH NAME
+pandoc - general markup converter
+$body$
+.SH SEE ALSO
+.PP
+\f[C]markdown2pdf\f[] (1).
+.PP
+The Pandoc source code and all documentation may be downloaded
+from <http://johnmacfarlane.net/pandoc/>.