mandoc is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals.
mandoc is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals.
To install mandoc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mandoc
To see what files were installed by mandoc, run:
port contents mandoc
To later upgrade mandoc, run:
sudo port selfupdate && sudo port upgrade mandoc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.