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

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

1.1     ! schwarze    1: .Dd January 7, 2015
        !             2: .Dt DE-COND 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm de-cond
        !             6: .Nd conditional execution of a user-defined macro
        !             7: .Sh DESCRIPTION
        !             8: .de mym
        !             9: This is the text printed by the macro.
        !            10: ..
        !            11: preceding text
        !            12: .if n .mym
        !            13: following text

CVSweb