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

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

1.1     ! schwarze    1: .TH TBL-VERT 1
        !             2: .SH NAME
        !             3: tbl-vert \- vertical lines
        !             4: .SH DESCRIPTION
        !             5: no boxing:
        !             6: .TS
        !             7: tab(:);
        !             8: l l.
        !             9: a:b
        !            10: c:d
        !            11: .TE
        !            12: .sp
        !            13: automatic boxing:
        !            14: .TS
        !            15: tab(:) box;
        !            16: l l.
        !            17: a:b
        !            18: c:d
        !            19: .TE
        !            20: .sp
        !            21: manual boxing:
        !            22: .TS
        !            23: tab(:);
        !            24: ||l||l||.
        !            25: _
        !            26: a:b
        !            27: _
        !            28: c:d
        !            29: _
        !            30: .TE
        !            31: .sp
        !            32: automatic and manual boxing:
        !            33: .TS
        !            34: tab(:) box;
        !            35: ||l||l||.
        !            36: a:b
        !            37: _
        !            38: c:d
        !            39: .TE

CVSweb