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

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:        |a   b |
                     10:        +------+
1.4     ! schwarze   11:
1.1       schwarze   12:        spacing 0:
                     13:        +---+
                     14:        |ab |
                     15:        +---+
1.4     ! schwarze   16:
1.1       schwarze   17:        spacing 1:
                     18:        +----+
                     19:        |a b |
                     20:        +----+
1.4     ! schwarze   21:
1.1       schwarze   22:        spacing 2:
                     23:        +--+--+
                     24:        |a |b |
                     25:        +--+--+
1.4     ! schwarze   26:
1.1       schwarze   27:        spacing 5:
                     28:        +---++---+
                     29:        |a  || b |
                     30:        +---++---+
1.4     ! schwarze   31:
1.1       schwarze   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