aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/while/outof.in
blob: 4da3453c43aecd8c01d174a2729c4e5a8f51d5f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.\" $OpenBSD: outof.in,v 1.1 2018/08/24 22:56:37 schwarze Exp $
.Dd $Mdocdate: August 24 2018 $
.Dt WHILE-OUTOF 1
.Os
.Sh NAME
.Nm while-outof
.Nd while request starting in a macro
.Sh DESCRIPTION
.nr cnt 10
.de mym
.  while \\n[cnt] \{\
.    nop \\n[cnt]
..
initial text
.mym
.  nr cnt -1
.\}
final text