summaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2022-08-28 13:51:59 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2022-08-28 13:51:59 +0000
commit882c42c0543082b97b89666adb0db452efe5dc8b (patch)
tree25444d192fdebc1eaeb7ff2c6c3fcff0f5e95918 /share/man/man7
parentad20b375b2712340c0ad26ff8a2655afb2f4caac (diff)
Replace ugly .sp requests with normal .Pp macros.
After tbl_term.c 1.66, such contortions are no longer needed.
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/tbl.710
1 files 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 <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.