Up to [cvsweb.bsd.lv] / mandoc / regress / roff / while
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 26 18:09:08 2025 UTC (2 weeks, 1 day ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)
adjust the tests after changing the page footer
Revision 1.1 / (download) - annotate - [selected], Sun Apr 21 22:48:59 2019 UTC (6 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
Implement the roff .break request (break out of a .while loop). Jan Stary <hans at stare dot cz> found it in an ancient groffer(1) manual page (version 1.19) on MacOS X Mojave. Having .break not implemented wasn't a particularly bright idea because obviously, it tended to cause infinite loops.