CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/10/26 16:48:07
Modified files:
usr.bin/mandoc : main.c mandoc.h mdoc_action.c mdoc_validate.c
Log message:
Downgrade nearly 20 ERRORS to WARNINGS.
All these indicate problems in the mdoc(7) or man(7) source code,
but they can't cause relevant information loss or clobbered formatting.
While here, error message improve wording and make it more uniform,
don't throw MANDOCERR_NOWIDTHARG twice when there is one single issue,
and consolidate MANDOCERR_WIDTHARG into MANDOCERR_IGNARGV.