OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Ingo Schwarze (schwarzecvs.openbsd.org)
Date: Tue Oct 26 2010 - 17:48:08 CDT


CVSROOT: /cvs
Module name: src
Changes by: schwarzecvs.openbsd.org 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.