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

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

1.1       schwarze    1: .Dd March 7, 2017
                      2: .Dt DE-INFINITE 1
                      3: .Os OpenBSD
                      4: .Sh NAME
                      5: .Nm de-infinite
                      6: .Nd inifinte recursion in a user-defined macro
                      7: .Sh DESCRIPTION
                      8: initial text
                      9: .de mym
1.2     ! schwarze   10: .Op \\$1 \\$2
        !            11: ..
        !            12: .mym $1 \$1
        !            13: .mym \$1 nothing
        !            14: middle text
        !            15: .de mym
1.1       schwarze   16: .mym
                     17: not printed
                     18: ..
                     19: .mym
                     20: final text

CVSweb