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

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

1.1     ! schwarze    1: .\" $OpenBSD: badargs.in,v 1.1 2018/08/24 22:56:37 schwarze Exp $
        !             2: .Dd $Mdocdate: August 24 2018 $
        !             3: .Dt WHILE-BADARGS 1
        !             4: .Os
        !             5: .Sh NAME
        !             6: .Nm while-badargs
        !             7: .Nd dubious arguments for the while request
        !             8: .Sh DESCRIPTION
        !             9: while does not support next line scope:
        !            10: .nr cnt 2 1
        !            11: .while \n-[cnt]
        !            12: \n[cnt]
        !            13: .Pp
        !            14: final text

CVSweb