aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/ti/wide.out_ascii
Commit message (Collapse)AuthorAgeFilesLines
* delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze2021-06-281-4/+0
| | | | output that are no longer printed since man_term.c rev. 1.236
* If .ti had an excessive argument, using it was attempted, in someIngo Schwarze2020-09-031-0/+22
cases resulting in an assertion failure. Instead, truncate the temporary indent to a width reasonable in a manual page. I found the issue in an afl run that was performed by Jan Schreiber <jes at posteo dot de>.