2009-12-31 02:17:27 +01:00
|
|
|
$if(has-tables)$
|
|
|
|
.\"t
|
|
|
|
$endif$
|
|
|
|
.TH $title$ $section$ "$date$" $description$
|
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
$endfor$
|
2010-03-13 05:11:24 +01:00
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
$endfor$
|
2009-12-31 02:17:27 +01:00
|
|
|
$body$
|
2010-03-13 05:11:24 +01:00
|
|
|
$for(include-after)$
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|
2009-12-31 02:17:27 +01:00
|
|
|
$if(author)$
|
|
|
|
.SH AUTHORS
|
|
|
|
$for(author)$$author$$sep$; $endfor$.
|
|
|
|
$endif$
|