CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/07 17:10:22
Modified files:
usr.bin/mandoc : mandoc.1 mandoc.h mdoc_validate.c read.c
regress/usr.bin/mandoc/mdoc/Nd: broken.out_lint
regress/usr.bin/mandoc/mdoc/Sh: Makefile emptyNAME.out_lint
Added files:
regress/usr.bin/mandoc/mdoc/Sh: orderNAME.in orderNAME.out_ascii
orderNAME.out_lint punctNAME.in
punctNAME.out_ascii
punctNAME.out_lint
Log message:
Stricter validation of the NAME section, in particular:
- require a comma between names
- reject all other text nodes
- reject all empty Nm below NAME, not only in the leading position
- reject Nm after Nd