0d246e8af5
Added quotes where needed.
18 lines
309 B
Groff
18 lines
309 B
Groff
$if(has-tables)$
|
|
.\"t
|
|
$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$
|