aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl/layout/emptycol.out_ascii
blob: 4acd53f50c073b8832f1ccbdcb233b5861672713 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
TBL-LAYOUT-EMPTYCOL(1)      General Commands Manual     TBL-LAYOUT-EMPTYCOL(1)

NNAAMMEE
       tbl-layout-emptycol - empty columns in tables

DDEESSCCRRIIPPTTIIOONN
       missing final column:

       +--+---+---+
       |1 | 2 |   |
       +--+---+---+
       |a | b |   |
       +--+---+---+
       empty final column:

       +--+---+---+
       |1 | 2 |   |
       +--+---+---+
       |a | b |   |
       +--+---+---+
       final column with zero-width content:

       +--+---+---+
       |1 | 2 |   |
       +--+---+---+
       |a | b |   |
       +--+---+---+
       empty middle column:

       +--+---+---+
       |1 |   | 3 |
       +--+---+---+
       |a |   |   |
       +--+---+---+
       span crossing empty middle column:

       +--+---+---+
       |1 |   | 3 |
       +--+---+---+
       |span      |
       +----------+
OpenBSD                        December 31, 2019        TBL-LAYOUT-EMPTYCOL(1)