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

Annotation of mandoc/regress/tbl/opt/box.out_ascii, Revision 1.1

1.1     ! schwarze    1: TBL-VERT(1)                 General Commands Manual                TBL-VERT(1)
        !             2:
        !             3:
        !             4:
        !             5: NNAAMMEE
        !             6:        tbl-vert - vertical lines
        !             7:
        !             8: DDEESSCCRRIIPPTTIIOONN
        !             9:        no boxing:
        !            10:
        !            11:        a   b
        !            12:        c   d
        !            13:
        !            14:        automatic boxing:
        !            15:
        !            16:        +------+
        !            17:        |a   b |
        !            18:        |c   d |
        !            19:        +------+
        !            20:        manual boxing:
        !            21:
        !            22:        +--++--+
        !            23:        |a ||b |
        !            24:        +--++--+
        !            25:        |c ||d |
        !            26:        +--++--+
        !            27:
        !            28:        automatic and manual boxing:
        !            29:
        !            30:        +--++--+
        !            31:        |a ||b |
        !            32:        +--++--+
        !            33:        |c ||d |
        !            34:        +--++--+
        !            35:
        !            36:
        !            37:                                                                    TBL-VERT(1)

CVSweb