=================================================================== RCS file: /cvs/mandoc/regress/mdoc/Os/Makefile,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- mandoc/regress/mdoc/Os/Makefile 2017/03/05 20:00:08 1.2 +++ mandoc/regress/mdoc/Os/Makefile 2025/07/26 14:17:18 1.4 @@ -1,9 +1,23 @@ -# $OpenBSD: Makefile,v 1.2 2017/03/05 20:00:08 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2025/07/26 14:17:18 schwarze Exp $ REGRESS_TARGETS = dupe late long missing LINT_TARGETS = dupe late missing -MARKDOWN_TARGETS = dupe late long missing +# groff-1.23.0 defect: +# - footer fields of excessive length get printed on top of each other +# rather than breaking the output line. + SKIP_GROFF = long + +# groff-1.23.0 regressions: +# One header line is printed for every .Os macro, wherever that macro occurs. +# - If there is no .Os macro at all, no header is printed anywhere. +# - If an .Os macro comes late, a header is printed in the middle +# of the page rather than at the top. +# - If the .Os macros precedes all .Dt macros, the header +# reads "UNTITLED LOCAL UNTITLED". +# - If there are multiple .Os macros, multiple headers are printed. + +SKIP_GROFF += dupe late missing .include