CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/12/25 06:05:29
Modified files:
usr.bin/mandoc : mandocdb.8 mandocdb.c
Log message:
Implement test mode (makewhatis -t), required for pkg_create(8).
Always do all consistency checks; when any one fails, decide whether
to print a message, or skip the file, or both, or none.
While here, do some cleanup as well:
* Bail out on conflicting options.
* Do not crash with -a if there are plain files in the root dir.
* Collect some related variables into structs.
Feedback and OK kristaps@.