]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/e.in
Finally port the OpenBSD regression suite.
[mandoc.git] / regress / roff / esc / e.in
1 .Dd December 3, 2014
2 .Dt ESC-E 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm esc-e
6 .Nd escaping backslashes
7 .Sh DESCRIPTION
8 In plain text: "\e" and "\\"
9 .Pp
10 On macro lines:
11 .Qq \e(at
12 and
13 .Qq \\(at
14 .Pp
15 In a macro definition:
16 .de mytest
17 "\e$1" and "\\$2"
18 ..
19 .mytest one two