CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/09 06:16:48
Modified files:
usr.bin/mandoc : main.c man.3 man.c mdoc.3 mdoc.c
Log message:
Make sure coding errors cannot make us miss fatal parsing errors
by assert(3)ing valid parser state in the main parsing functions;
from krist...@.
