CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/21 17:49:05
Modified files:
usr.bin/mandoc : mdoc_state.c mdoc_validate.c roff.c roff_int.h
Log message:
Move all mdoc(7) node validation done before child parsing
to the new separate validation pass, except for a tiny bit
needed by the parser which goes to the new mdoc_state() module;
cleaner, simpler, and surprisingly also shorter by 15 lines.
