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

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

CVSweb