Up to [cvsweb.bsd.lv] / mandoc / regress / roff / ti
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 13 21:22:09 2023 UTC (19 months, 4 weeks ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +9 -9 lines
Diff to previous 1.2 (colored)
reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 28 20:13:02 2021 UTC (4 years ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
Changes since 1.1: +0 -4 lines
Diff to previous 1.1 (colored)
delete the two pairs of extra blank lines from expected man(7) terminal output that are no longer printed since man_term.c rev. 1.236
Revision 1.1 / (download) - annotate - [select for diffs], Thu Sep 3 17:42:16 2020 UTC (4 years, 10 months ago) by schwarze
Branch: MAIN
If .ti had an excessive argument, using it was attempted, in some 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>.