NetBSD/gnu/dist/postfix/mantools
perry 59d07125ee import postfix 2.0.6 2003-03-08 19:05:29 +00:00
..
README
ccformat
enter
man2html
mansect
postlink
srctoman

README

Scripts and tools to format embedded manual pages, or to format C
source code files. Each has an embedded man page in the source.

ccformat 	c code formatter
		usage: ccformat (copy stdin to stdout)
		usage: ccformat files... (format files in place)

enter		set project-specific environment
		usage: enter project-name

mansect		extract manual page section from source file
		usage: mansect file.suffix
		usage: mansect -type file

srctoman	extract man page from source file
		usage: srctoman file.suffix
		usage: srctoman -type file

man2html	quick script to htmlize nroff -man output

postlink	quick script to hyperlink man2html output