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