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

1.4     ! schwarze    1: .\" $OpenBSD: vspace.in,v 1.4 2022/08/28 11:45:27 schwarze Exp $
        !             2: .TH TBL-VSPACE 1 "August 28, 2022"
1.1       schwarze    3: .SH NAME
                      4: tbl-vspace \- vertical spacing around tables
                      5: .SH DESCRIPTION
                      6: normal text before table
                      7: .TS
                      8: L .
                      9: table without box
                     10: .TE
                     11: normal text after table without box
                     12: .TS
                     13: box;
                     14: L .
                     15: table with box
                     16: .TE
                     17: normal text after table with box
                     18: .TS
                     19: doublebox;
                     20: L .
                     21: table with double box
                     22: .TE
                     23: normal text after table with double box
                     24: .TS
                     25: L .
                     26: table without box
                     27: .TE
                     28: .TS
                     29: box;
                     30: L .
                     31: table with box
                     32: .TE
                     33: .TS
                     34: doublebox;
                     35: L .
                     36: table with double box
                     37: .TE
                     38: .TS
                     39: L .
                     40: table without box
                     41: .TE

CVSweb