CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/19 09:16:33
Modified files:
usr.bin/mandoc : libmandoc.h man_validate.c mandoc.1 mandoc.c
mandoc.h mandoc_msg.c mdoc_macro.c
mdoc_validate.c
regress/usr.bin/mandoc/man/TH: baddate.out_lint
emptydate.out_lint
longdate.out_lint noTH.out_lint
noarg.out_lint onearg.out_lint
twoargs.out_lint
regress/usr.bin/mandoc/mdoc/Dd: Makefile badarg.out_lint
dupe.out_lint long.out_lint
manarg.out_lint noarg.out_lint
order.out_lint
regress/usr.bin/mandoc/mdoc/Os: dupe.out_lint
Added files:
regress/usr.bin/mandoc/mdoc/Dd: noarg.out_ascii
noarg.out_markdown
Log message:
Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:
without an argument, use the empty string, and always concatenate
all arguments, no matter their number.
This allows reducing the number of arguments of mandoc_normdate()
and some other simplifications, at the same time polishing some
error messages by adding the name of the macro in question.