aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/SY/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
commit90df3f10ba3a29b23b62fdad06cdae3f2c051e4f (patch)
tree4dfe2636e81047195b3964f2c3328e367e6bc3b8 /regress/man/SY/Makefile
parentc33a3366a3d5db0a3182110ecfe15ded97489b77 (diff)
downloadmandoc-90df3f10ba3a29b23b62fdad06cdae3f2c051e4f.tar.gz
mandoc-90df3f10ba3a29b23b62fdad06cdae3f2c051e4f.tar.zst
mandoc-90df3f10ba3a29b23b62fdad06cdae3f2c051e4f.zip
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/SY/Makefile')
-rw-r--r--regress/man/SY/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/man/SY/Makefile b/regress/man/SY/Makefile
new file mode 100644
index 00000000..54045804
--- /dev/null
+++ b/regress/man/SY/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 2019/01/05 21:13:55 schwarze Exp $
+
+REGRESS_TARGETS = literal
+
+.include <bsd.regress.mk>