summaryrefslogtreecommitdiff
path: root/templates/man.template
blob: ff86c8ca6dcfdeef37e55a4a20bb26cda7cee3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$if(has-tables)$
.\"t
$endif$
.TH $title$ $section$ "$date$" $description$
$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$