Typesetting program that reads plain text mixed with formatting commands and produces formatted output. It is the GNU replacement for the
troff
andnroff
Unix commands for text formatting.
groff -man -T utf8 {{manpage.1}}
groff -man -T ascii {{manpage.1}} | less
groff -man -T html {{manpage.1}} > {{page.html}}
tbl
and pic
preprocessors, and the me
macro set:groff -t -p -me -T utf8 {{foo.me}}
groff
command with preprocessor and macro options guessed by the grog
utility:eval "$(grog -T utf8 {{foo.me}})"