aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/nr/escname.in
blob: 20454568ba3270d99b16c8b77880949357811bbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH NR-ESCNAME 1 "June 29, 2014" OpenBSD
.SH NAME
nr-escname \- escape sequences in register names
.SH DESCRIPTION
.nr first 1
.nr second 2
.nr first\\second 3
.nr first\esecond 4
\n[first] \n[second] \n[first\\second]
.PP
.rr first\esecond
\n[first] \n[second] \n[first\\second]
.PP
.rr first\\second
\n[first] \n[second] \n[first\\second]
.PP
incomplete: \n[second