Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Element next-line scopes may nest, so man_breakscope() may have to | Ingo Schwarze | 2022-04-28 | 1 | -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 Schwarze | 2017-06-03 | 1 | -2/+6 |
| | | | | strange groff edge case behaviour found in multimedia/mjpegtools | ||||
* | Finally port the OpenBSD regression suite. | Ingo Schwarze | 2017-02-08 | 1 | -0/+6 |
Both kristaps@ and wiz@ repeated asked for this, literally for years. |