pandoc/default.man
Alex Vong 8a4bf5f764 Add a comment stating the man page is
`Automatically generated by Pandoc $pandoc-version$`.

* default.man: Add comment.
2015-10-01 02:28:17 +08:00

28 lines
447 B
Groff

$if(has-tables)$
.\"t
$endif$
.\" Automatically generated by Pandoc $pandoc-version$
.\"
$if(adjusting)$
.ad $adjusting$
$endif$
$if(hyphenate)$
.hy
$else$
.nh
$endif$
.TH "$title$" "$section$" "$date$" "$footer$" "$header$"
$for(header-includes)$
$header-includes$
$endfor$
$for(include-before)$
$include-before$
$endfor$
$body$
$for(include-after)$
$include-after$
$endfor$
$if(author)$
.SH AUTHORS
$for(author)$$author$$sep$; $endfor$.
$endif$