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 | -5/+5 |
| | | | | | 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 | ||||
* | When all cells in a tbl(1) column are empty, set the column width | Ingo Schwarze | 2019-12-31 | 1 | -0/+46 |
to 1n rather than to 0n, in the same way as groff does. This fixes misformatting reported by bentley@ in xkeyboard-config(7). |