Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vertical spacing changes around tables in man_term.c rev. 1.241 | Ingo Schwarze | 2022-08-28 | 1 | -1/+1 |
| | | | | | and tbl_term.c rev. 1.79 cause quite a bit of churn, unfortunately. This commit cleans up most of it. | ||||
* | delete the two pairs of extra blank lines from expected man(7) terminal | Ingo Schwarze | 2021-06-28 | 1 | -4/+0 |
| | | | | output that are no longer printed since man_term.c rev. 1.236 | ||||
* | Ignore unreasonably large spacing modifiers in tbl layouts. | Ingo Schwarze | 2020-09-01 | 1 | -0/+18 |
Jan Schreiber <jes at posteo dot de> ran afl on mandoc and it turned out mandoc tried to use spacing modifiers so large that they would trigger assertion failures in term_ascii.c, function locale_advance(). |