![]() ![]() | ![]() |
1.1 ! schwarze 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