Simple utility to document a cfengine configuration file
cfdoc [-c comment_marker] [-l language] [-s start-marker] [-e end-marker] <file
The purpose of cfdoc(8) is to document a cfengine configuration file (or other configuration file that uses '#' in the first line to indicate comments).
String indicating comment line (default is '#')
Markup language to use (default is LaTeX); known languages are "LaTeX", "HTML" and "texinfo"
Markup for start of code (default \begin{verbatim})
Markup for end of code (default \end{verbatim})