Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Dd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 26 17:56:18 2025 UTC (2 weeks, 2 days ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)
adjust the tests after changing the page footer
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 19 16:44:52 2020 UTC (5 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
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.