From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26926 invoked from network); 28 Aug 2022 13:53:31 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 28 Aug 2022 13:53:31 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 92ddead3 for ; Sun, 28 Aug 2022 08:53:29 -0500 (EST) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 6052af17 for ; Sun, 28 Aug 2022 08:53:29 -0500 (EST) Date: Sun, 28 Aug 2022 08:53:29 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: Replace ugly .sp requests with normal .Pp macros. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <336af466f4046dc0@mandoc.bsd.lv> Log Message: ----------- Replace ugly .sp requests with normal .Pp macros. After tbl_term.c 1.79, such contortions are no longer needed. Modified Files: -------------- mandoc: tbl.7 Revision Data ------------- Index: tbl.7 =================================================================== RCS file: /home/cvs/mandoc/mandoc/tbl.7,v retrieving revision 1.38 retrieving revision 1.39 diff -Ltbl.7 -Ltbl.7 -u -p -r1.38 -r1.39 --- tbl.7 +++ 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. -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv