]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/z.in
Finally port the OpenBSD regression suite.
[mandoc.git] / regress / roff / esc / z.in
1 .Dd April 29, 2015
2 .Dt ESC-Z 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm esc-z
6 .Nd the roff escape z sequence
7 .Sh DESCRIPTION
8 single z with ASCII char: >\zx<
9 .br
10 single z with escape char: >\z\(ci<
11 .br
12 .ds mystr mytext
13 single z with defined string (\*[mystr]): >\z\*[mystr]<
14 .br
15 single z with font escape: >\z\fBxbold\fP<
16 .br
17 single z with nospace escape: >\z\c
18 new line<
19 .br
20 single z with overstrike: >\z\o'ab'c<
21 .br
22 single z near the end of the line: >\z<
23 .br
24 double z: >\z\zx<