aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl/opt/box.in
blob: c892401c88e3f98b621694bf1ecac3356054e1dd (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
.TH TBL-VERT 1
.SH NAME
tbl-vert \- vertical lines
.SH DESCRIPTION
no boxing:
.TS
tab(:);
l l.
a:b
c:d
.TE
.sp
automatic boxing:
.TS
tab(:) box;
l l.
a:b
c:d
.TE
.sp
manual boxing:
.TS
tab(:);
||l||l||.
_
a:b
_
c:d
_
.TE
.sp
automatic and manual boxing:
.TS
tab(:) box;
||l||l||.
a:b
_
c:d
.TE