aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/string/name.in
blob: b2612be2040bad3b8b75cd7ae23eea9cf0c0c559 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\" $OpenBSD: name.in,v 1.5 2022/06/03 11:50:25 schwarze Exp $
.Dd $Mdocdate: June 3 2022 $
.Dt STRING-NAME 1
.Os
.Sh NAME
.Nm string-name
.Nd torturing .ds with weird string names
.Sh DESCRIPTION
.ds norm value of norm
.ds "quot" value of "quot"
.ds bs\e value of bs\ee
.ds bs\\e value of bs\e\ee
.ds dot. value of dot.
.ds bl\ e value of bl\e e
.ds inval\\G value of inval\eG
norm: \*[norm]
.br
norm without closing brace: \*[norm
.br
quot: \*[quot]
.br
"quot": \*["quot"]
.br
bs\e\ee: \*[bs\\e]
.\".br
.\"bs\ee: \*[bs\e]
.br
bse: \*[bse]
.br
bs: \*[bs]
.br
dot.: \*[dot.]
.br
dot\e.: \*[dot\.]
.\".br
.\"bl\e e: \*[bl\ e]
.br
bl e: \*[bl e]
.br
ble: \*[ble]
.br
bl: \*[bl]
.br
inval\e\eG: \*[inval\\G]
.br
inval\eG: \*[inval\G]