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/SS/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/SS/Makefile')
-rw-r--r-- | regress/man/SS/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/man/SS/Makefile b/regress/man/SS/Makefile index e76a4ee9..01bd7edb 100644 --- a/regress/man/SS/Makefile +++ b/regress/man/SS/Makefile @@ -10,6 +10,7 @@ LINT_TARGETS = broken broken_eline noarg # - If .HP breaks .SS, a line is broken after the next input line. # - If .RS/RE/nf/fi breaks .SS, the next input line becomes bold. # - .UR does not break .SS. +# - blank line in .SS next-line scope causes a blank line SKIP_GROFF = broken broken_eline noarg |