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

Annotation of mandoc/regress/tbl/layout/spacing.in, Revision 1.1

1.1     ! schwarze    1: .\" $OpenBSD$
        !             2: .TH TBL-LAYOUT-SPACING 1 "September 1, 2020"
        !             3: .SH NAME
        !             4: tbl-layout-spacing \- spacing modifiers
        !             5: .SH DESCRIPTION
        !             6: default spacing:
        !             7: .TS
        !             8: box tab(:);
        !             9: R L.
        !            10: a:b
        !            11: .TE
        !            12: .sp
        !            13: spacing 0:
        !            14: .TS
        !            15: box tab(:);
        !            16: R 0 L.
        !            17: a:b
        !            18: .TE
        !            19: .sp
        !            20: spacing 1:
        !            21: .TS
        !            22: box tab(:);
        !            23: R 1 L.
        !            24: a:b
        !            25: .TE
        !            26: .sp
        !            27: spacing 2:
        !            28: .TS
        !            29: allbox tab(:);
        !            30: R 2 L.
        !            31: a:b
        !            32: .TE
        !            33: .sp
        !            34: spacing 5:
        !            35: .TS
        !            36: allbox tab(:);
        !            37: R 5|| L.
        !            38: a:b
        !            39: .TE
        !            40: .sp
        !            41: leaked tab settings:
        !            42: .br
        !            43: a      b       c       d       e       f

CVSweb