hxtools
2008-11-11
man2html-base
convert man pages into HTML format
man2html-core
Convert man pages to HTML
hxtools-man
Manual pages for the hxtools suite
Name
man2html — convert nroff manpages to HTML
Syntax
man2html [file...]
Description
man2html is a simple stateless nroff parser that converts the manpage to HTML format. If no file is given, man2html will read from standard input. Output always goes to standard output.
Examples
man2html man2html.1 >man2html.html;