CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/31 01:38:17
Modified files:
usr.bin/mandoc : man.c man_validate.c mdoc_validate.c
roff_validate.c
Log message:
Use the new flag NODE_NOFILL in the validators, which is sometimes
simpler and always more robust. In particular, move the nesting
warnings for .EX and .EE from man_state(), where they were misplaced,
to the man(7) validator.
