da5b6d5c0b
The contents of the .TH line cannot wrap. Closes #5929.
30 lines
511 B
Groff
30 lines
511 B
Groff
$if(has-tables)$
|
|
.\"t
|
|
$endif$
|
|
$if(pandoc-version)$
|
|
.\" Automatically generated by Pandoc $pandoc-version$
|
|
.\"
|
|
$endif$
|
|
$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$
|