]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/e.in
while $() is more modern than ``, it does not work with the
[mandoc.git] / regress / roff / esc / e.in
1 .\" $OpenBSD: e.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
3 .Dt ESC-E 1
4 .Os
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