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

Annotation of mandoc/regress/roff/de/indir.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: indir.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt DE-INDIR 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm de-indir
                      7: .Nd indirect macro definitions
                      8: .Sh DESCRIPTION
                      9: full dei:
                     10: .ds myim mym
                     11: .ds myie mye
                     12: .dei myim myie
                     13: text1
                     14: .mye
                     15: .mym
                     16: .br
                     17: dei with undefined second argument:
                     18: .rm myie mym
                     19: .dei myim myie
                     20: text2
                     21: ..
                     22: .mym
                     23: .br
                     24: dei with undefined first argument:
                     25: .rm myim mym
                     26: .dei myim
                     27: text3
                     28: .br
                     29: dei without arguments:
                     30: .dei
                     31: text4

CVSweb