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

Annotation of mandoc/regress/roff/esc/z.out_ascii, Revision 1.3

1.1       schwarze    1: ESC-Z(1)                    General Commands Manual                   ESC-Z(1)
                      2:
                      3: NNAAMMEE
                      4:      eesscc--zz - the roff escape z sequence
                      5:
                      6: DDEESSCCRRIIPPTTIIOONN
                      7:      single z with ASCII char: >x<
                      8:      single z with escape char: >O<
                      9:      single z with defined string (mytext): >mytext<
                     10:      single z with font escape: >xxbboolldd<
                     11:      single z with nospace escape: > new line<
                     12:      single z with overstrike: >abc<
1.3     ! schwarze   13:      single z with h escape: >m<
        !            14:      single z with char and h with positive argument: >a  b<
        !            15:      single z with char and h with zero argument: >ab<
1.1       schwarze   16:      single z near the end of the line: ><
                     17:      double z: >x<
                     18:
1.3     ! schwarze   19: OpenBSD                         April 27, 2022                         OpenBSD

CVSweb