Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Dt
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: HEAD
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 26 13:41:29 2025 UTC (5 weeks, 2 days ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +10 -1 lines
Diff to previous 1.5 (colored)
Like for .Dd, the code changes to .Dt in groff-1.23 are so extensive that with reasonable effort, only part of the regressions can be patched back. If i went down that rabbit hole now, i would never get groff updated, so the best i can do for now is to mark the affected tests with SKIP_GROFF. Essentially, groff-1.23 is completely broken unless authors stick to the conventional order of the prologue macros, i.e. .Dd .Dt .Os. OpenBSD base system manual pages are not affected because we always stick to that order, but it would be somewhat surprising if there were no third-party pages somewhere in the wild using a different order. We'll likely have to return to this particular regression at a later time.