From 8e9925c8e3926ac4a00ffe4d857aa5e80022fb48 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 28 Aug 2022 13:52:59 +0000 Subject: Replace ugly .sp requests with normal .Pp macros. After tbl_term.c 1.79, such contortions are no longer needed. --- tbl.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tbl.7 b/tbl.7 index 5e653585..4006ee98 100644 --- a/tbl.7 +++ b/tbl.7 @@ -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. -- cgit