CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/04 10:11:42
Modified files:
usr.bin/mandoc : eqn.c man_validate.c mandoc.h mdoc_macro.c
mdoc_man.c mdoc_validate.c read.c roff.c
regress/usr.bin/mandoc/man/PP: Makefile
regress/usr.bin/mandoc/mdoc/Bd: notype.in notype.out_lint
regress/usr.bin/mandoc/mdoc/Bf: Makefile
regress/usr.bin/mandoc/mdoc/Bk: Makefile badarg.in
regress/usr.bin/mandoc/mdoc/Bl: emptyitem.in emptyitem.out_lint
notype.in notype.out_lint
regress/usr.bin/mandoc/roff/de: escname.in escname.out_lint
Added files:
regress/usr.bin/mandoc/man/PP: args.in args.out_ascii
args.out_lint
regress/usr.bin/mandoc/mdoc/Bf: badargs.in badargs.out_ascii
badargs.out_lint multiargs.in
multiargs.out_ascii
multiargs.out_lint
regress/usr.bin/mandoc/mdoc/Bk: badarg.out_lint
Log message:
Clean up messages regarding excess arguments:
* Downgrade ".Bf -emphasis Em" from FATAL to WARNING.
* Mention the macros, the arguments, and the fallbacks.
* Hierarchical naming.
Also fix the handling of excess .It head arguments in -Tman.