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

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

1.1     ! schwarze    1: TBL-LAYOUT-SPACING(1)       General Commands Manual      TBL-LAYOUT-SPACING(1)
        !             2:
        !             3:
        !             4:
        !             5: NNAAMMEE
        !             6:        tbl-layout-spacing - spacing modifiers
        !             7:
        !             8: DDEESSCCRRIIPPTTIIOONN
        !             9:        default spacing:
        !            10:
        !            11:        +------+
        !            12:        |a   b |
        !            13:        +------+
        !            14:        spacing 0:
        !            15:
        !            16:        +---+
        !            17:        |ab |
        !            18:        +---+
        !            19:        spacing 1:
        !            20:
        !            21:        +----+
        !            22:        |a b |
        !            23:        +----+
        !            24:        spacing 2:
        !            25:
        !            26:        +--+--+
        !            27:        |a |b |
        !            28:        +--+--+
        !            29:        spacing 5:
        !            30:
        !            31:        +---++---+
        !            32:        |a  || b |
        !            33:        +---++---+
        !            34:        leaked tab settings:
        !            35:        a b     cdef
        !            36:
        !            37:
        !            38:
        !            39: OpenBSD                        September 1, 2020         TBL-LAYOUT-SPACING(1)

CVSweb