aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/while/break.in
blob: 11e7d2f5e995f3fef1c622187509015019df3f41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.\" $OpenBSD: break.in,v 1.1 2019/04/21 22:43:00 schwarze Exp $
.Dd $Mdocdate: April 21 2019 $
.Dt WHILE-BREAK 1
.Os
.Sh NAME
.Nm while-break
.Nd break request inside a while loop
.Sh DESCRIPTION
initial text
.nr cnt 11 1
.while n \{\
\n-[cnt]
.if !\n[cnt] .break
\(en
.\}
final text