[BACK]Return to z.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / esc

Annotation of mandoc/regress/roff/esc/z.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: z.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt ESC-Z 1
1.2     ! schwarze    4: .Os
1.1       schwarze    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 near the end of the line: >\z<
                     24: .br
                     25: double z: >\z\zx<

CVSweb