diff options
Diffstat (limited to 'regress/roff/esc/z.in')
-rw-r--r-- | regress/roff/esc/z.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/regress/roff/esc/z.in b/regress/roff/esc/z.in new file mode 100644 index 00000000..9d3ad1d5 --- /dev/null +++ b/regress/roff/esc/z.in @@ -0,0 +1,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< |