2011-07-19 12:02:59 -07:00
|
|
|
$if(has-tables)$
|
|
|
|
.\"t
|
|
|
|
$endif$
|
2013-06-27 19:31:34 -07:00
|
|
|
.TH "$title$" "$section$" "$date$" "$footer$" "$header$"
|
2011-07-19 12:02:59 -07:00
|
|
|
$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$
|