xref: /openbsd/regress/usr.bin/mandoc/roff/esc/z.in (revision 6f40fd34)
1.\" $OpenBSD: z.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
2.Dd $Mdocdate: July 4 2017 $
3.Dt ESC-Z 1
4.Os
5.Sh NAME
6.Nm esc-z
7.Nd the roff escape z sequence
8.Sh DESCRIPTION
9single z with ASCII char: >\zx<
10.br
11single z with escape char: >\z\(ci<
12.br
13.ds mystr mytext
14single z with defined string (\*[mystr]): >\z\*[mystr]<
15.br
16single z with font escape: >\z\fBxbold\fP<
17.br
18single z with nospace escape: >\z\c
19new line<
20.br
21single z with overstrike: >\z\o'ab'c<
22.br
23single z near the end of the line: >\z<
24.br
25double z: >\z\zx<
26