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