The man page suite containing man, apropos, whatis, man2html
The man page suite (man, apropos, and whatis) contains programs used to read most of the documentation on a Unix system. The whatis and apropos programs are used to find documentation related to a particular subject.
The man page suite (man, apropos, and whatis) contains programs used to read most of the documentation on a Unix system. The whatis and apropos programs are used to find documentation related to a particular subject.
To install man, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install man
To see what files were installed by man, run:
port contents man
To later upgrade man, run:
sudo port selfupdate && sudo port upgrade man
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.