CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/22 06:55:51
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
Check argument count validation for all in_line() macros.
Most empty in_line() macros are already removed by the parser,
so there is no need to check again in mdoc_validate.c.
This also downgrades almost all remaining argument count issues
from ERROR to WARNING.
ok kristaps@
