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