Txt2man converts flat ASCII text into the man page format. This allows man pages to be authored without knowledge of nroff macros. It is a shell script that uses GNU awk, and it should run on any Unix-like system.
Txt2man converts flat ASCII text into the man page format. This allows man pages to be authored without knowledge of nroff macros. It is a shell script that uses GNU awk, and it should run on any Unix-like system.
To install txt2man, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install txt2man
To see what files were installed by txt2man, run:
port contents txt2man
To later upgrade txt2man, run:
sudo port selfupdate && sudo port upgrade txt2man
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.