aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/ti/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* If .ti had an excessive argument, using it was attempted, in someIngo Schwarze2020-09-031-2/+8
| | | | | | | | 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>.
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-0/+5
Needed by about four dozen ports (thanks to naddy@ for the research).