Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
44 lines (44 sloc)
754 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$if(has-tables)$ | |
'\" t | |
$endif$ | |
$if(pandoc-version)$ | |
.\" Automatically generated by Pandoc $pandoc-version$ | |
.\" | |
$endif$ | |
.\" Define V font for inline verbatim, using C font in formats | |
.\" that render this, and otherwise B font. | |
.ie "\f[CB]x\f[]"x" \{\ | |
. ftr V B | |
. ftr VI BI | |
. ftr VB B | |
. ftr VBI BI | |
.\} | |
.el \{\ | |
. ftr V CR | |
. ftr VI CI | |
. ftr VB CB | |
. ftr VBI CBI | |
.\} | |
$if(adjusting)$ | |
.ad $adjusting$ | |
$endif$ | |
.TH "$title/nowrap$" "$section/nowrap$" "$date/nowrap$" "$footer/nowrap$" "$header/nowrap$" | |
$if(hyphenate)$ | |
.hy | |
$else$ | |
.nh | |
$endif$ | |
$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$ |