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

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

CVSweb