]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/while/outof.in
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / roff / while / outof.in
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 ..
14 initial text
15 .mym
16 . nr cnt -1
17 .\}
18 final text