diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-03 15:55:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-03 15:55:24 +0000 |
commit | 90897efbceb54855c1943f8e19d5bba5a542ff65 (patch) | |
tree | e2c70156dcf82c5d21e24e9dda0d94d0cb1a26f2 /regress/man/B/Makefile | |
parent | 3248b177a4b5624bb57796f898b81736244d2579 (diff) | |
download | mandoc-90897efbceb54855c1943f8e19d5bba5a542ff65.tar.gz |
ignore blank lines in man(7) next line scope;
strange groff edge case behaviour found in multimedia/mjpegtools
Diffstat (limited to 'regress/man/B/Makefile')
-rw-r--r-- | regress/man/B/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/regress/man/B/Makefile b/regress/man/B/Makefile index 8e4d72a9..0fbecac0 100644 --- a/regress/man/B/Makefile +++ b/regress/man/B/Makefile @@ -1,6 +1,10 @@ # $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:52 schwarze Exp $ -REGRESS_TARGETS = args -LINT_TARGETS = args +REGRESS_TARGETS = args blank +LINT_TARGETS = args blank + +# groff-1.22.3 defect: +# - A blank line in next line scope causes a blank line. +SKIP_GROFF = blank .include <bsd.regress.mk> |