CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/03 19:50:03
Modified files:
usr.bin/mandoc : mandoc.h mdoc_validate.c read.c
regress/usr.bin/mandoc/mdoc/Bd: Makefile
regress/usr.bin/mandoc/mdoc/Bl: Makefile emptyhead.out_lint
emptytag.out_lint
Added files:
regress/usr.bin/mandoc/mdoc/Bd: notype.in notype.out_ascii
notype.out_lint
regress/usr.bin/mandoc/mdoc/Bl: emptyitem.in emptyitem.out_ascii
emptyitem.out_lint notype.in
notype.out_ascii notype.out_lint
Log message:
Clean up messages related to missing arguments.
* Do not warn about empty -column cells, they seem valid to me.
* Downgrade empty item and missing -std from ERROR to WARNING.
* Hierarchical naming.
* Descriptive, not imperative style.
* Mention macro names, argument names, and fallbacks.
* Garbage collect some unreachable code in post_it().