aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/e.in
blob: c0f876923be1fd66bec2469102c4febb5a6bcc9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.Dd December 3, 2014
.Dt ESC-E 1
.Os OpenBSD
.Sh NAME
.Nm esc-e
.Nd escaping backslashes
.Sh DESCRIPTION
In plain text: "\e" and "\\"
.Pp
On macro lines:
.Qq \e(at
and
.Qq \\(at
.Pp
In a macro definition:
.de mytest
"\e$1" and "\\$2"
..
.mytest one two