[BACK]Return to vspace.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / TS

File: [cvsweb.bsd.lv] / mandoc / regress / man / TS / vspace.in (download)

Revision 1.3, Tue Jul 4 15:25:09 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2
Changes since 1.2: +2 -1 lines

Messages of the -Wbase level now print STYLE:.  Since this
causes horrible churn anyway, profit of the opportunity to stop
excessive testing, such that this is hopefully the last instance
of such churn.  Consistently use OpenBSD RCS tags, blank .Os,
blank fourth .TH argument, and Mdocdate like everywhere else.
Use -Ios=OpenBSD for platform-independent predictable output.

.\" $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