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

Annotation of mandoc/regress/roff/esc/e.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: e.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt ESC-E 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm esc-e
                      7: .Nd escaping backslashes
                      8: .Sh DESCRIPTION
                      9: In plain text: "\e" and "\\"
                     10: .Pp
                     11: On macro lines:
                     12: .Qq \e(at
                     13: and
                     14: .Qq \\(at
                     15: .Pp
                     16: In a macro definition:
                     17: .de mytest
                     18: "\e$1" and "\\$2"
                     19: ..
                     20: .mytest one two

CVSweb