mandoc

UNIX manpage compiler toolset for formatting man pages

brewmacoslinux
Try with needOr install directly
Source

About

UNIX manpage compiler toolset

Commands

mandocman

Examples

Convert a man page source file to HTML$ mandoc -T html input.1 > output.html
Format and display a man page from source$ mandoc -T ascii myprogram.1 | less
Validate man page syntax and report errors$ mandoc -T lint myprogram.1