]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/string/name.in
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / roff / string / name.in
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
16 norm: \*[norm]
17 .br
18 norm without closing brace: \*[norm
19 .br
20 quot: \*[quot]
21 .br
22 "quot": \*["quot"]
23 .br
24 bs\e\ee: \*[bs\\e]
25 .\".br
26 .\"bs\ee: \*[bs\e]
27 .br
28 bse: \*[bse]
29 .br
30 bs: \*[bs]
31 .br
32 dot.: \*[dot.]
33 .br
34 dot\e.: \*[dot\.]
35 .\".br
36 .\"bl\e e: \*[bl\ e]
37 .br
38 bl e: \*[bl e]
39 .br
40 ble: \*[ble]
41 .br
42 bl: \*[bl]
43 .br
44 inval\e\eG: \*[inval\\G]
45 .br
46 inval\eG: \*[inval\G]