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

Annotation of mandoc/regress/roff/de/empty.in, Revision 1.1

1.1     ! schwarze    1: .\" $OpenBSD: empty.in,v 1.1 2019/04/21 23:45:50 schwarze Exp $
        !             2: .Dd $Mdocdate: April 21 2019 $
        !             3: .Dt DE-EMPTY 1
        !             4: .Os
        !             5: .Sh NAME
        !             6: .Nm de-empty
        !             7: .Nd empty user-defined macro with arguments
        !             8: .Sh DESCRIPTION
        !             9: initial text
        !            10: .de empty
        !            11: ..
        !            12: .de real
        !            13: arg=\\$1
        !            14: .empty wrong
        !            15: arg=\\$1
        !            16: ..
        !            17: .real right
        !            18: final text

CVSweb