aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/TS/vspace.in
blob: 226a71afe0017128e988860b28cd4eefedfe2d12 (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
43
44
45
46
47
48
49
.\" $OpenBSD: vspace.in,v 1.3 2017/07/04 14:53:24 schwarze Exp $
.TH TBL-VSPACE 1 "May 27, 2012"
.SH NAME
tbl-vspace \- vertical spacing around tables
.SH DESCRIPTION
normal text before table
.TS
L .
table without box
.TE
normal text after table without box
.TS
box;
L .
table with box
.TE
.\" at least one vertical space is required here
.\" or groff will clobber the box
.sp 1v
normal text after table with box
.TS
doublebox;
L .
table with double box
.TE
.\" at least two vertical spaces are required here
.\" or groff will clobber the box
.sp 2v
normal text after table with double box
.TS
L .
table without box
.TE
.TS
box;
L .
table with box
.TE
.sp 1v
.TS
doublebox;
L .
table with double box
.TE
.sp 2v
.TS
L .
table without box
.TE