From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 6202ae89 for ; Tue, 27 Jun 2017 14:52:19 -0500 (EST) Date: Tue, 27 Jun 2017 14:52:19 -0500 (EST) Message-Id: <5617456179015693208.enqueue@fantadrom.bsd.lv> 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: test inter-column spacing X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- test inter-column spacing Modified Files: -------------- mandoc/regress/tbl/mod: Makefile Added Files: ----------- mandoc/regress/tbl/mod: spacing.in spacing.out_ascii Revision Data ------------- --- /dev/null +++ regress/tbl/mod/spacing.out_ascii @@ -0,0 +1,18 @@ +TBL-MOD-SPACING(1) General Commands Manual TBL-MOD-SPACING(1) + + + +NNAAMMEE + tbl-mod-spacing - spacing modifier in table layout + +DDEESSCCRRIIPPTTIIOONN + normal text + + +--+--+--+----+----+------+------+-----+ + |ab|c |d | e | f | g | h | i | + |ab|c |d ||e f || g | h || i | + |ab|c |d ||e f || g | h || i | + +--+--+--++--------++-----+------++----+ + + +OpenBSD June 27, 2017 TBL-MOD-SPACING(1) --- /dev/null +++ regress/tbl/mod/spacing.in @@ -0,0 +1,14 @@ +.TH TBL-MOD-SPACING 1 "June 27, 2017" OpenBSD +.SH NAME +tbl-mod-spacing \- spacing modifier in table layout +.SH DESCRIPTION +normal text +.TS +box tab(:); +l0 l1 | l2 | l3 | l4 | l5 | l6 | l7 | l8 +l0 l1 l2 l3 l4 l5 l6 l7 l8 +l0 l1 | l2 || l3 || l4 l5 || l6 | l7 || l8. +a:b:c:d:e:f:g:h:i +a:b:c:d:e:f:g:h:i +a:b:c:d:e:f:g:h:i +.TE Index: Makefile =================================================================== RCS file: /home/cvs/mandoc/mandoc/regress/tbl/mod/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -Lregress/tbl/mod/Makefile -Lregress/tbl/mod/Makefile -u -p -r1.3 -r1.4 --- regress/tbl/mod/Makefile +++ regress/tbl/mod/Makefile @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.2 2015/02/10 11:02:19 schwarze Exp $ -REGRESS_TARGETS = badfont expand expand-toowide font misalign width +REGRESS_TARGETS = badfont expand expand-toowide font misalign spacing width LINT_TARGETS = badfont font # groff-1.22.3 defects: -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv