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