]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/while/break.in
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / roff / while / break.in
1 .\" $OpenBSD: break.in,v 1.1 2019/04/21 22:43:00 schwarze Exp $
2 .Dd $Mdocdate: April 21 2019 $
3 .Dt WHILE-BREAK 1
4 .Os
5 .Sh NAME
6 .Nm while-break
7 .Nd break request inside a while loop
8 .Sh DESCRIPTION
9 initial text
10 .nr cnt 11 1
11 .while n \{\
12 \n-[cnt]
13 .if !\n[cnt] .break
14 \(en
15 .\}
16 final text