CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/05 06:33:54
Modified files:
usr.bin/mandoc : man_validate.c mandoc.h mdoc_validate.c read.c
regress/usr.bin/mandoc/mdoc/At: Makefile
regress/usr.bin/mandoc/mdoc/Bd: Makefile badargs.in
badargs.out_ascii
badargs.out_lint
regress/usr.bin/mandoc/mdoc/Bl: badargs.in badargs.out_ascii
badargs.out_lint notype.out_lint
regress/usr.bin/mandoc/mdoc/Sm: Makefile
regress/usr.bin/mandoc/mdoc/St: badargs.out_lint
regress/usr.bin/mandoc/roff: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/At: invalid.out_lint
regress/usr.bin/mandoc/mdoc/Sm: badarg.in badarg.out_ascii
badarg.out_lint
regress/usr.bin/mandoc/roff/ft: Makefile badargs.in
badargs.out_ascii
badargs.out_lint
Removed files:
regress/usr.bin/mandoc/mdoc/Bd: notype.in notype.out_ascii
notype.out_lint
Log message:
Cleanup with respect to bad macro arguments.
* Fix .Sm with invalid arg: move arg out and toggle mode.
* Promote "unknown standard" from WARNING to ERROR, it loses information.
* Delete MANDOCERR_BADWIDTH, it would only indicate a mandoc(1) bug.
* Do not report MANDOCERR_BL_LATETYPE when there is no type at all.
* Mention macro names, arguments and fallbacks.