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

Annotation of mandoc/regress/roff/args/infrec.in, Revision 1.1

1.1     ! schwarze    1: .\" $OpenBSD: infrec.in,v 1.1 2023/10/22 16:54:19 schwarze Exp $
        !             2: .TH ARGS-INFREC 1 "October 22, 2023"
        !             3: .SH NAME
        !             4: args-infrec - infinite recursion in macro argument expansion
        !             5: .SH DESCRIPTION
        !             6: .ds mys first word
        !             7: .ds mys \\*[mys] another word
        !             8: initial text
        !             9: .RB prefix \\*[mys] postfix
        !            10: final text

CVSweb