Annotation of mandoc/regress/roff/string/name.in, Revision 1.2
1.2 ! schwarze 1: .\" $OpenBSD: name.in,v 1.4 2017/07/04 14:53:27 schwarze Exp $
! 2: .Dd $Mdocdate: July 4 2017 $
1.1 schwarze 3: .Dt STRING-NAME 1
1.2 ! schwarze 4: .Os
1.1 schwarze 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 bl\ e value of bl\e e
14: norm: \*[norm]
15: .br
16: norm without closing brace: \*[norm
17: .br
18: quot: \*[quot]
19: .br
20: "quot": \*["quot"]
21: .br
22: bs\e\ee: \*[bs\\e]
23: .\".br
24: .\"bs\ee: \*[bs\e]
25: .br
26: bse: \*[bse]
27: .br
28: bs: \*[bs]
29: .\".br
30: .\"bl\e e: \*[bl\ e]
31: .br
32: bl e: \*[bl e]
33: .br
34: ble: \*[ble]
35: .br
36: bl: \*[bl]
CVSweb