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/TP/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/TP/Makefile')
-rw-r--r-- | regress/man/TP/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/man/TP/Makefile b/regress/man/TP/Makefile index b867ba63..8d81e954 100644 --- a/regress/man/TP/Makefile +++ b/regress/man/TP/Makefile @@ -8,6 +8,7 @@ LINT_TARGETS = broken double eof # groff-1.22.3 defects: # - If .TP precedes .RE, the latter does not properly reset indentation. # - If the last line of the file is .TP, groff does not print a page footer. +# - A blank line in .TP next line scope causes a blank line. SKIP_GROFF = broken eof |