1.Dd January 10, 2011
2.Dt STRING-NAME 1
3.Os OpenBSD
4.Sh NAME
5.Nm string-name
6.Nd torturing .ds with weird string names
7.Sh DESCRIPTION
8.ds norm value of norm
9.ds "quot" value of "quot"
10.ds bs\e value of bs\ee
11.ds bs\\e value of bs\e\ee
12.ds bl\ e value of bl\e e
13norm: \*[norm]
14.br
15norm without closing brace: \*[norm
16.br
17quot: \*[quot]
18.br
19"quot": \*["quot"]
20.br
21bs\e\ee: \*[bs\\e]
22.\".br
23.\"bs\ee: \*[bs\e]
24.br
25bse: \*[bse]
26.br
27bs: \*[bs]
28.\".br
29.\"bl\e e: \*[bl\ e]
30.br
31bl e: \*[bl e]
32.br
33ble: \*[ble]
34.br
35bl: \*[bl]
36