xref: /openbsd-src/regress/usr.bin/mandoc/tbl/layout/spacing.out_ascii (revision 6627b33116e69ffa8a2b4042a27cad849d7af041)
1TBL-LAYOUT-SPACING(1)       General Commands Manual      TBL-LAYOUT-SPACING(1)
2
3NNAAMMEE
4     tbl-layout-spacing - spacing modifiers
5
6DDEESSCCRRIIPPTTIIOONN
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     +---++---+
31
32     leaked tab settings:
33     a    b    c    d    e    f
34
35OpenBSD                        September 1, 2020         TBL-LAYOUT-SPACING(1)
36