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