diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-01-19 16:16:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-01-19 16:16:34 +0000 |
commit | 9e6818d894d08819fc71166b7eba6abe1beea1f4 (patch) | |
tree | bef5db8a26e735618ae4932acbbec076e78be07c /regress/usr.bin/mandoc/man/TH/noTH.out_lint | |
parent | 39f1a5e4108a9531d4d76a42073c1de35909412b (diff) |
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.
Diffstat (limited to 'regress/usr.bin/mandoc/man/TH/noTH.out_lint')
-rw-r--r-- | regress/usr.bin/mandoc/man/TH/noTH.out_lint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/man/TH/noTH.out_lint b/regress/usr.bin/mandoc/man/TH/noTH.out_lint index 01b7b045d95..407308cb862 100644 --- a/regress/usr.bin/mandoc/man/TH/noTH.out_lint +++ b/regress/usr.bin/mandoc/man/TH/noTH.out_lint @@ -1,2 +1,2 @@ mandoc: noTH.in: WARNING: missing manual title, using "" -mandoc: noTH.in: WARNING: missing date, using today's date +mandoc: noTH.in: WARNING: missing date, using "" |