summaryrefslogtreecommitdiffstats
path: root/regress/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-01-05 21:18:26 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-01-05 21:18:26 +0000
commit3f195b30d32ccc6681f84b179797e62a74c36df6 (patch)
treec67e98b1bad0932e7d9ae01efe9049884ab201d6 /regress/man/Makefile
parent5229da27b276b7a56dd6d7c892776720ffb974a1 (diff)
downloadmandoc-3f195b30d32ccc6681f84b179797e62a74c36df6.tar.gz
In groff, when the .SY block macro occurs in no-fill mode,
the output line gets broken after the head. Do the same.
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 fb3e40bf..23d6e04b 100644
--- a/regress/man/Makefile
+++ b/regress/man/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.17 2015/03/20 16:09:25 schwarze Exp $
+# $OpenBSD: Makefile,v 1.19 2019/01/05 21:13:55 schwarze Exp $
-SUBDIR = B BI EX HP IP MT OP PD PP RS SH SS TH TP TS UR nf blank
+SUBDIR = B BI EX HP IP MT OP PD PP RS SH SS SY TH TP TS UR nf blank
.include "../Makefile.sub"
.include <bsd.subdir.mk>