blob: f505c0c62726bb56396bcd69e2d3c9afcac196ca (
plain) (
tree)
|
|
.\" $OpenBSD: outof.in,v 1.1 2018/08/24 22:56:37 schwarze Exp $
.Dd $Mdocdate$
.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
|