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

Annotation of mandoc/regress/tbl/layout/emptycol.out_ascii, Revision 1.2

1.1       schwarze    1: TBL-LAYOUT-EMPTYCOL(1)      General Commands Manual     TBL-LAYOUT-EMPTYCOL(1)
                      2:
                      3: NNAAMMEE
                      4:        tbl-layout-emptycol - empty columns in tables
                      5:
                      6: DDEESSCCRRIIPPTTIIOONN
                      7:        missing final column:
                      8:
                      9:        +--+---+---+
                     10:        |1 | 2 |   |
                     11:        +--+---+---+
                     12:        |a | b |   |
                     13:        +--+---+---+
                     14:        empty final column:
                     15:
                     16:        +--+---+---+
                     17:        |1 | 2 |   |
                     18:        +--+---+---+
                     19:        |a | b |   |
                     20:        +--+---+---+
                     21:        final column with zero-width content:
                     22:
                     23:        +--+---+---+
                     24:        |1 | 2 |   |
                     25:        +--+---+---+
                     26:        |a | b |   |
                     27:        +--+---+---+
                     28:        empty middle column:
                     29:
                     30:        +--+---+---+
                     31:        |1 |   | 3 |
                     32:        +--+---+---+
                     33:        |a |   |   |
                     34:        +--+---+---+
                     35:        span crossing empty middle column:
                     36:
                     37:        +--+---+---+
                     38:        |1 |   | 3 |
                     39:        +--+---+---+
                     40:        |span      |
                     41:        +----------+
                     42: OpenBSD                        December 31, 2019        TBL-LAYOUT-EMPTYCOL(1)

CVSweb