From f9024a7d350ef9318dbece71f159654d9c95ef73 Mon Sep 17 00:00:00 2001 From: schwarze Date: Sun, 28 Aug 2022 13:51:58 +0000 Subject: [PATCH] Replace ugly .sp requests with normal .Pp macros. After tbl_term.c 1.66, such contortions are no longer needed. --- share/man/man7/tbl.7 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/man/man7/tbl.7 b/share/man/man7/tbl.7 index fe9fe4d2bf4..ec74af5b9da 100644 --- a/share/man/man7/tbl.7 +++ b/share/man/man7/tbl.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tbl.7,v 1.26 2022/01/12 04:14:20 schwarze Exp $ +.\" $OpenBSD: tbl.7,v 1.27 2022/08/28 13:51:58 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011 Kristaps Dzonsons .\" Copyright (c) 2014,2015,2017,2018,2019 Ingo Schwarze @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 12 2022 $ +.Dd $Mdocdate: August 28 2022 $ .Dt TBL 7 .Os .Sh NAME @@ -333,7 +333,7 @@ Ruby:1.8.7.374 TeX Live:2015 .TE .Ed -.sp 2v +.Pp Spans and skipping width calculations: .Bd -literal -offset indent \&.TS @@ -357,7 +357,7 @@ l:center: :right .TE .Ed -.sp 2v +.Pp Text blocks, specifying spacings and specifying and equalizing column widths, putting lines into individual cells, and overriding .Cm allbox : @@ -391,7 +391,7 @@ No break here. T}::line 5 .TE .Ed -.sp 2v +.Pp These examples were constructed to demonstrate many .Nm features in a compact way. -- 2.20.1