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

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

CVSweb