aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/nr/escname.in
blob: f81627e16f387b3f92ba762fbae727ac6011e860 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.\" $OpenBSD: escname.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
.TH NR-ESCNAME 1 "June 29, 2014"
.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