aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/string/name.in
blob: 2948f164dcb593719f2f6a495fd540dc09000343 (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
.\" $OpenBSD: name.in,v 1.4 2017/07/04 14:53:27 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.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 bl\ e value of bl\e e
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
.\"bl\e e: \*[bl\ e]
.br
bl e: \*[bl e]
.br
ble: \*[ble]
.br
bl: \*[bl]