summaryrefslogtreecommitdiffstats
path: root/regress/tbl/opt
Commit message (Collapse)AuthorAgeFilesLines
* reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244Ingo Schwarze2023-11-134-83/+132
|
* Vertical spacing changes around tables in man_term.c rev. 1.241Ingo Schwarze2022-08-285-38/+9
| | | | | 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) terminalIngo Schwarze2021-06-283-12/+0
| | | | output that are no longer printed since man_term.c rev. 1.236
* Since resetting of offsets works quite differently in man(7) and mdoc(7),Ingo Schwarze2019-01-313-2/+29
| | | | | test table centering in an mdoc(7) document as well. Related to tbl_term.c rev. 1.67.
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-044-9/+11
| | | | | | | | causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
* cope with changes in BASE messagesIngo Schwarze2017-06-251-1/+1
|
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-173-5/+6
|
* test the new allbox and wrapping featuresIngo Schwarze2017-06-122-0/+36
|
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-088-0/+293
Both kristaps@ and wiz@ repeated asked for this, literally for years.