Replace ugly .sp requests with normal .Pp macros.
authorschwarze <schwarze@openbsd.org>
Sun, 28 Aug 2022 13:51:58 +0000 (13:51 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 28 Aug 2022 13:51:58 +0000 (13:51 +0000)
After tbl_term.c 1.66, such contortions are no longer needed.

share/man/man7/tbl.7

index fe9fe4d..ec74af5 100644 (file)
@@ -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 <kristaps@bsd.lv>
 .\" Copyright (c) 2014,2015,2017,2018,2019 Ingo Schwarze <schwarze@openbsd.org>
@@ -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.