[BACK]Return to into.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / while

Annotation of mandoc/regress/roff/while/into.in, Revision 1.1

1.1     ! schwarze    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: ..
        !            14: initial text
        !            15: .while \n[cnt] \{\
        !            16: \n[cnt]
        !            17: .closeloop
        !            18: after macro
        !            19: .\}
        !            20: final text

CVSweb