[BACK]Return to span.out_ascii CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / layout

Annotation of mandoc/regress/tbl/layout/span.out_ascii, Revision 1.9

1.1       schwarze    1: TBL-LAYOUT-SPAN(1)          General Commands Manual         TBL-LAYOUT-SPAN(1)
                      2:
                      3: NNAAMMEE
1.9     ! schwarze    4:      tbl-layout-span - alignment of spanned cells
1.1       schwarze    5:
                      6: DDEESSCCRRIIPPTTIIOONN
1.9     ! schwarze    7:      normal text
        !             8:      +--------------+
        !             9:      |a   b   c   d |
        !            10:      |s       c   d |
        !            11:      |a   s       d |
        !            12:      |a   b   s     |
        !            13:      +--------------+
        !            14:
        !            15:      +--------------+
        !            16:      |a   b   c   d |
        !            17:      |  s     c   d |
        !            18:      |a     s     d |
        !            19:      |a   b     s   |
        !            20:      +--------------+
        !            21:
        !            22:      +--------------+
        !            23:      |a   b   c   d |
        !            24:      |    s   c   d |
        !            25:      |a       s   d |
        !            26:      |a   b       s |
        !            27:      +--------------+
        !            28:
        !            29:      +--+---+---+---+---+
        !            30:      |a | b | c | d | e |
        !            31:      +--+---+---+---+---+
        !            32:      |   s1     |  s2   |
        !            33:      +--+---+---+---+---+
        !            34:      |a | b | c | d | e |
        !            35:      +--+---+---+---+---+
        !            36:
        !            37:      +----------+
        !            38:      |x***nnnnn |
        !            39:      +--+-------+
        !            40:      |a |  0.01 |
        !            41:      +--+-------+
        !            42:      |b | 10.0  |
        !            43:      +--+-------+
1.8       schwarze   44:
1.9     ! schwarze   45:      leaked tab settings:
        !            46:      a    b    c    d    e    f
1.1       schwarze   47:
1.7       schwarze   48: OpenBSD                        September 7, 2021            TBL-LAYOUT-SPAN(1)

CVSweb