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

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

CVSweb