aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/nr/escname.in
blob: d46255528c60371a7b71bdb0a4a495fb49002312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.\" $OpenBSD: escname.in,v 1.4 2022/06/03 11:50:25 schwarze Exp $
.TH NR-ESCNAME 1 "June 3, 2022"
.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
.nr first\.second 5
.nr first\Gsecond 6
\n[first] \n[second] \n[first\\second] \n[first.second] \n[firstGsecond]
.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