xmltoman

Converts XML documentation to Unix manpage format

brewmacoslinux
Try with needOr install directly
Source

About

XML to manpage converter

Commands

xmltomanxmlmantohtml

Examples

Convert an XML file to a manpage$ xmltoman input.xml > output.1
Convert XML documentation to HTML format$ xmlmantohtml input.xml > output.html
Generate a manpage and install it to the system$ xmltoman mydoc.xml | gzip > /usr/share/man/man1/mytool.1.gz