man2html

Convert nroff man pages to HTML format for web viewing

brewmacoslinux
Try with needOr install directly
Source

About

Convert nroff man pages to HTML

Commands

man2html

Examples

Convert a man page to HTML and save to file$ man2html /usr/share/man/man1/ls.1 > ls.html
Convert a man page directly from man database$ man ls | man2html > ls.html
Display converted man page in terminal$ man2html /usr/share/man/man1/grep.1 | lynx -stdin