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