From 43d66ed0c3145dfa01ffacc16eb6e8b65f5554a3 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 28 Aug 2022 11:55:30 +0000 Subject: 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. --- regress/tbl/macro/man.out_ascii | 2 +- regress/tbl/macro/nested.out_ascii | 2 +- regress/tbl/macro/req.out_ascii | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'regress/tbl/macro') diff --git a/regress/tbl/macro/man.out_ascii b/regress/tbl/macro/man.out_ascii index b5ed2163..588c6b58 100644 --- a/regress/tbl/macro/man.out_ascii +++ b/regress/tbl/macro/man.out_ascii @@ -5,12 +5,12 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN normal text - +--+---+ |a | b | +--+---+ |c | d | +--+---+ + normal text OpenBSD December 16, 2014 TBL-MACRO-MAN(1) diff --git a/regress/tbl/macro/nested.out_ascii b/regress/tbl/macro/nested.out_ascii index d71b2ee7..f96e8aa9 100644 --- a/regress/tbl/macro/nested.out_ascii +++ b/regress/tbl/macro/nested.out_ascii @@ -5,13 +5,13 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN normal text - +--+---+ |a | b | +--+---+ |c | d | |e | f | +--+---+ + normal text OpenBSD December 16, 2014 TBL-MACRO-NESTED(1) diff --git a/regress/tbl/macro/req.out_ascii b/regress/tbl/macro/req.out_ascii index 168b1ea1..67b7c98d 100644 --- a/regress/tbl/macro/req.out_ascii +++ b/regress/tbl/macro/req.out_ascii @@ -5,7 +5,6 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN initial text - +--+-----+ |a | b | +--+-----+ @@ -13,6 +12,7 @@ DDEESSCCRRIIPPTTIIOONN |f | g h | |i | j k | +--+-----+ + final text OpenBSD April 30, 2022 TBL-MACRO-REQ(1) -- cgit