summaryrefslogblamecommitdiffstats
path: root/regress/roff/esc/z.in
blob: 9d3ad1d5f1cc48c59bdad541c496098d36ca12a0 (plain) (tree)























                                                       
.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<