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

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

CVSweb