]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/string/name.in
Implement appending to standard man(7) and mdoc(7) macros with .am.
[mandoc.git] / regress / roff / string / name.in
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
13 norm: \*[norm]
14 .br
15 norm without closing brace: \*[norm
16 .br
17 quot: \*[quot]
18 .br
19 "quot": \*["quot"]
20 .br
21 bs\e\ee: \*[bs\\e]
22 .\".br
23 .\"bs\ee: \*[bs\e]
24 .br
25 bse: \*[bse]
26 .br
27 bs: \*[bs]
28 .\".br
29 .\"bl\e e: \*[bl\ e]
30 .br
31 bl e: \*[bl e]
32 .br
33 ble: \*[ble]
34 .br
35 bl: \*[bl]