CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/01 16:36:35
Modified files:
usr.bin/mandoc : man_validate.c mandoc.c mandoc.h mdoc.c
mdoc_validate.c read.c
regress/usr.bin/mandoc/man/TH: baddate.out_lint case.out_lint
emptydate.out_lint noTH.out_lint
twoargs.out_lint
regress/usr.bin/mandoc/mdoc: Makefile
regress/usr.bin/mandoc/mdoc/Dt: badarch.out_lint
baddate.out_lint badsec.out_lint
befSh.out_lint case.out_lint
dupe.in dupe.out_lint
lateos.out_lint nodate.out_lint
noos.out_lint order.out_lint
regress/usr.bin/mandoc/mdoc/Nm: badNAME.out_lint
badNAMEuse.out_lint
Added files:
regress/usr.bin/mandoc/mdoc/Sh: Makefile badNAME.in
badNAME.out_ascii
badNAME.out_lint emptyNAME.in
emptyNAME.out_ascii
emptyNAME.out_lint first.in
first.out_lint order.in
order.out_ascii order.out_lint
Removed files:
regress/usr.bin/mandoc/man/TH: noTH.mandoc_lint
Log message:
Clean up the warnings related to document structure.
* Hierarchical naming of the related enum mandocerr items.
* Mention the offending macro, section title, or string.
While here, improve some wordings:
* Descriptive instead of imperative style.
* Uniform style for "missing" and "skipping".
* Where applicable, mention the fallback used.