[BACK]Return to vspace.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / TS

Annotation of mandoc/regress/man/TS/vspace.in, Revision 1.1

1.1     ! schwarze    1: .TH TBL-VSPACE 1
        !             2: .SH NAME
        !             3: tbl-vspace \- vertical spacing around tables
        !             4: .SH DESCRIPTION
        !             5: normal text before table
        !             6: .TS
        !             7: L .
        !             8: table without box
        !             9: .TE
        !            10: normal text after table without box
        !            11: .TS
        !            12: box;
        !            13: L .
        !            14: table with box
        !            15: .TE
        !            16: .\" at least one vertical space is required here
        !            17: .\" or groff will clobber the box
        !            18: .sp 1v
        !            19: normal text after table with box
        !            20: .TS
        !            21: doublebox;
        !            22: L .
        !            23: table with double box
        !            24: .TE
        !            25: .\" at least two vertical spaces are required here
        !            26: .\" or groff will clobber the box
        !            27: .sp 2v
        !            28: normal text after table with double box
        !            29: .TS
        !            30: L .
        !            31: table without box
        !            32: .TE
        !            33: .TS
        !            34: box;
        !            35: L .
        !            36: table with box
        !            37: .TE
        !            38: .sp 1v
        !            39: .TS
        !            40: doublebox;
        !            41: L .
        !            42: table with double box
        !            43: .TE
        !            44: .sp 2v
        !            45: .TS
        !            46: L .
        !            47: table without box
        !            48: .TE

CVSweb