doc: Add 'checkman' tool
authorAndrew Deason <adeason@sinenomine.net>
Wed, 12 Jun 2013 22:48:46 +0000 (17:48 -0500)
committerDerrick Brashear <shadow@your-file-system.com>
Thu, 7 Nov 2013 12:20:11 +0000 (04:20 -0800)
commitc870513c5ec576a966f97cd2ab92c900dcbe4410
tree2abde2b09efb14960809f3b6c24b3287dbb3803f
parenta9301cd2dc1a875337f04751e38bba6f1da7ed32
doc: Add 'checkman' tool

Add the 'checkman' script, which compares a command's "-help" output
to the options actually documented in its manpage. This command is
certainly not perfect, and may contain false negatives and false
positives. It is not (currently) intended to be run as an automated
check, but is meant to assist a human manually checking the
correctness of man pages. An error reported by 'checkman' does not
necessarily indicate something that should actually be changed.

Change-Id: Iae1965c441279dd3f93c1a7283ea0a0140d5ebe3
Reviewed-on: http://gerrit.openafs.org/10442
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
doc/man-pages/checkman [new file with mode: 0755]