]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/z.in
Fix three bugs regarding the interaction of \z and \h:
[mandoc.git] / regress / roff / esc / z.in
1 .\" $OpenBSD: z.in,v 1.4 2022/04/27 13:30:19 schwarze Exp $
2 .Dd $Mdocdate: April 27 2022 $
3 .Dt ESC-Z 1
4 .Os
5 .Sh NAME
6 .Nm esc-z
7 .Nd the roff escape z sequence
8 .Sh DESCRIPTION
9 single z with ASCII char: >\zx<
10 .br
11 single z with escape char: >\z\(ci<
12 .br
13 .ds mystr mytext
14 single z with defined string (\*[mystr]): >\z\*[mystr]<
15 .br
16 single z with font escape: >\z\fBxbold\fP<
17 .br
18 single z with nospace escape: >\z\c
19 new line<
20 .br
21 single z with overstrike: >\z\o'ab'c<
22 .br
23 single z with h escape: >\z\h'3'm\z\h'-3'<
24 .br
25 single z with char and h with positive argument: >\za\h'3'b<
26 .br
27 single z with char and h with zero argument: >\za\h'0'b<
28 .br
29 single z near the end of the line: >\z<
30 .br
31 double z: >\z\zx<