summaryrefslogtreecommitdiffstats
path: root/regress/man/B/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze2022-04-281-3/+3
| | | | | | | | break multiple element next-line scopes at the same time, similar to what man_descope() already does for unconditional rewinding. This fixes an assertion failure that tb@ found with afl(1), caused by .SH .I .I .BI and similar sequences of macros without arguments.
* ignore blank lines in man(7) next line scope;Ingo Schwarze2017-06-031-2/+6
| | | | strange groff edge case behaviour found in multimedia/mjpegtools
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+6
Both kristaps@ and wiz@ repeated asked for this, literally for years.