From 521832262338c85e83c79d44a533328fff010240 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 21 Apr 2019 22:48:58 +0000 Subject: Implement the roff .break request (break out of a .while loop). Jan Stary 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. --- regress/roff/while/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/roff/while/Makefile') diff --git a/regress/roff/while/Makefile b/regress/roff/while/Makefile index ed970474..42ce590a 100644 --- a/regress/roff/while/Makefile +++ b/regress/roff/while/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2018/08/24 22:56:37 schwarze Exp $ +# $OpenBSD: Makefile,v 1.2 2019/04/21 22:43:00 schwarze Exp $ -REGRESS_TARGETS = basic badargs into nesting outof +REGRESS_TARGETS = basic badargs break into nesting outof LINT_TARGETS = badargs into nesting outof # mandoc defects: -- cgit v1.2.3-56-ge451