Creating Documents

Documentation Formats

FormatDetails
docbookAn SGML/XML based documentation markup format that can be used to create documents in a variety of formats
infoA more modern Unix documentation format, but not supported everywhere
manThe original Unix documentation format.
PODPlain Old Documenation format for PERL documentation

Tools

docbook2x

Converts DocBook/XML documents into man pages and Texinfo

The resultant Texinfo documents can be converted to info pages using makeinfo or to PDF using texi2pdf (both utilities are part of the Texinfo package).

info2man

Uses info2pod and pod2man to convert info format pages into either man or POD documents.

help2man

Quick way to create man pages from the output of a program's '--help' option.

Resources

Related Topics: DocumentFormats, DocBook

-- Frank Dean - 02 Feb 2009