Automatically generate man pages from program help text
Automatically generate simple man pages
help2man$ help2man ls > ls.1$ help2man --section=1 --output=/usr/local/man/man1/myapp.1 myapp$ help2man --author='John Doe' --version-string='1.0' mycommand > mycommand.1