groff

GNU troff text-formatting system for document preparation

brewmacoslinux
Try with needOr install directly
Source

About

GNU troff text-formatting system

Commands

grofftroffnroffgroffmpiceqntblrefersoelimgrog

Examples

Convert a man page source file to formatted text output$ groff -man input.1 > output.txt
Generate PostScript output from a groff document$ groff -Tps document.ms > document.ps
Format and display a document using the default macro package$ groff -Tascii document.me | less