summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-08-28 13:52:59 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-08-28 13:52:59 +0000
commit8e9925c8e3926ac4a00ffe4d857aa5e80022fb48 (patch)
tree2ec32ee2c4d5a48ab47dbd933964e655d0cbdd1d
parent92f7bbfbb82d7787fd3811745a4314a1dd7c73e0 (diff)
downloadmandoc-8e9925c8e3926ac4a00ffe4d857aa5e80022fb48.tar.gz
Replace ugly .sp requests with normal .Pp macros.
After tbl_term.c 1.79, such contortions are no longer needed.
-rw-r--r--tbl.76
1 files 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.