[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.2

1.2     ! schwarze    1: .\" $OpenBSD: cond.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt DE-COND 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm de-cond
                      7: .Nd conditional execution of a user-defined macro
                      8: .Sh DESCRIPTION
                      9: .de mym
                     10: This is the text printed by the macro.
                     11: ..
                     12: preceding text
                     13: .if n .mym
                     14: following text

CVSweb