aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-04-27 17:11:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-04-27 17:11:24 +0000
commit25152678ffdb7653b13569fefe86cb617d1e0532 (patch)
tree1f9326ddff3c4d06bed8e2611e7641684809c322 /regress/man/Makefile
parent3d43838424a8548b9c4ffe76ae65e482bfa44346 (diff)
downloadmandoc-25152678ffdb7653b13569fefe86cb617d1e0532.tar.gz
mandoc-25152678ffdb7653b13569fefe86cb617d1e0532.tar.zst
mandoc-25152678ffdb7653b13569fefe86cb617d1e0532.zip
The .AT, .DT, and .UC macros are allowed inside next-line scope
and never produce output at the place of their invocation. Minibugs found while investigating unrelated afl(1) reports from tb@.
Diffstat (limited to 'regress/man/Makefile')
-rw-r--r--regress/man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/man/Makefile b/regress/man/Makefile
index 23d6e04b..17a939b2 100644
--- a/regress/man/Makefile
+++ b/regress/man/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.19 2019/01/05 21:13:55 schwarze Exp $
+# $OpenBSD: Makefile,v 1.20 2022/04/27 17:04:15 schwarze Exp $
-SUBDIR = B BI EX HP IP MT OP PD PP RS SH SS SY TH TP TS UR nf blank
+SUBDIR = AT B BI DT EX HP IP MT OP PD PP RS SH SS SY TH TP TS UC UR nf blank
.include "../Makefile.sub"
.include <bsd.subdir.mk>