diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-05 21:18:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-05 21:18:26 +0000 |
commit | 3f195b30d32ccc6681f84b179797e62a74c36df6 (patch) | |
tree | c67e98b1bad0932e7d9ae01efe9049884ab201d6 /regress/man/SY/Makefile | |
parent | 5229da27b276b7a56dd6d7c892776720ffb974a1 (diff) | |
download | mandoc-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/SY/Makefile')
-rw-r--r-- | regress/man/SY/Makefile | 5 |
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> |