diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2022-08-28 11:55:30 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2022-08-28 11:55:30 +0000 |
commit | 43d66ed0c3145dfa01ffacc16eb6e8b65f5554a3 (patch) | |
tree | 40b0ce275de19f556d57118911552f9087db7cab /regress/man/TS | |
parent | 987b06113fad7f62388895986dd119ed2fa17a5c (diff) | |
download | mandoc-43d66ed0c3145dfa01ffacc16eb6e8b65f5554a3.tar.gz |
Vertical spacing changes around tables in man_term.c rev. 1.241
and tbl_term.c rev. 1.79 cause quite a bit of churn, unfortunately.
This commit cleans up most of it.
Diffstat (limited to 'regress/man/TS')
-rw-r--r-- | regress/man/TS/break.out_ascii | 4 | ||||
-rw-r--r-- | regress/man/TS/vspace.in | 12 | ||||
-rw-r--r-- | regress/man/TS/vspace.out_ascii | 9 |
3 files changed, 3 insertions, 22 deletions
diff --git a/regress/man/TS/break.out_ascii b/regress/man/TS/break.out_ascii index e1c80d59..5e47dd3c 100644 --- a/regress/man/TS/break.out_ascii +++ b/regress/man/TS/break.out_ascii @@ -5,19 +5,15 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN tagged paragraph: - first line second line section: - first line second line subsection: - first line second line bold: - first line second line final text diff --git a/regress/man/TS/vspace.in b/regress/man/TS/vspace.in index 226a71af..1ae188c6 100644 --- a/regress/man/TS/vspace.in +++ b/regress/man/TS/vspace.in @@ -1,5 +1,5 @@ -.\" $OpenBSD: vspace.in,v 1.3 2017/07/04 14:53:24 schwarze Exp $ -.TH TBL-VSPACE 1 "May 27, 2012" +.\" $OpenBSD: vspace.in,v 1.4 2022/08/28 11:45:27 schwarze Exp $ +.TH TBL-VSPACE 1 "August 28, 2022" .SH NAME tbl-vspace \- vertical spacing around tables .SH DESCRIPTION @@ -14,18 +14,12 @@ 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 . @@ -36,13 +30,11 @@ box; L . table with box .TE -.sp 1v .TS doublebox; L . table with double box .TE -.sp 2v .TS L . table without box diff --git a/regress/man/TS/vspace.out_ascii b/regress/man/TS/vspace.out_ascii index c9b28a4d..e1809117 100644 --- a/regress/man/TS/vspace.out_ascii +++ b/regress/man/TS/vspace.out_ascii @@ -5,34 +5,27 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN normal text before table - table without box normal text after table without box - +---------------+ |table with box | +---------------+ normal text after table with box - +----------------------+ +----------------------+ |table with double box | +----------------------+ +----------------------+ normal text after table with double box - table without box - +---------------+ |table with box | +---------------+ - +----------------------+ +----------------------+ |table with double box | +----------------------+ +----------------------+ - table without box -OpenBSD May 27, 2012 TBL-VSPACE(1) +OpenBSD August 28, 2022 TBL-VSPACE(1) |