[BACK]Return to lines-nogroff.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / layout

File: [cvsweb.bsd.lv] / mandoc / regress / tbl / layout / lines-nogroff.in (download)

Revision 1.2, Tue Jul 4 15:26:54 2017 UTC (6 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, HEAD
Changes since 1.1: +3 -2 lines

Messages of the -Wbase level now print STYLE:.  Since this
causes horrible churn anyway, profit of the opportunity to stop
excessive testing, such that this is hopefully the last instance
of such churn.  Consistently use OpenBSD RCS tags, blank .Os,
blank fourth .TH argument, and Mdocdate like everywhere else.
Use -Ios=OpenBSD for platform-independent predictable output.

.\" $OpenBSD: lines-nogroff.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt TBL-LAYOUT-LINES-NOGROFF 1
.Os
.Sh NAME
.Nm tbl-layout-lines
.Nd table cells containing lines, misformatting with groff
.Sh DESCRIPTION
vline top left:
.sp
.TS
tab(:);
| l l
  l l.
11:12
21:22
.TE
.sp
hline and vline top left:
.sp
.TS
tab(:);
_| l
l  l.
:12
21:22
.TE
.sp
vline and hline top left:
.sp
.TS
tab(:);
| _ l
  l l.
:12
21:22
.TE
.sp
vline top:
.sp
.TS
tab(:);
l| l
l  l.
11:12
21:22
.TE
.sp
vline and hline top:
.sp
.TS
tab(:);
l| _ l
l  l l.
11::13
21:22:23
.TE
.sp
hline and vline top:
.sp
.TS
tab(:);
l _| l
l l  l.
11::13
21:22:23
.TE
.sp
hline, vline, hline top:
.sp
.TS
tab(:);
l _| _ l
l l  l l.
11:::13
21:22:23:24
.TE
.sp
vline top right:
.sp
.TS
tab(:);
l l|
l l.
11:12
21:22
.TE
.sp
vline and hline top right:
.sp
.TS
tab(:);
l| _
l  l.
11:
21:22
.TE
.sp
hline and vline top right:
.sp
.TS
tab(:);
l _|
l l.
11:
21:22
.TE
.sp
double vline top left:
.sp
.TS
tab(:);
|| l l
   l l.
11:12
21:22
.TE
.sp
hline and double vline top left:
.sp
.TS
tab(:);
_|| l
l   l.
:12
21:22
.TE
.sp
double vline and hline top left:
.sp
.TS
tab(:);
|| _ l
   l l.
:12
21:22
.TE
.sp
double vline top:
.sp
.TS
tab(:);
l|| l
l   l.
11:12
21:22
.TE
.sp
double vline and hline top:
.sp
.TS
tab(:);
l|| _ l
l   l l.
11::13
21:22:23
.TE
.sp
hline and double vline top:
.sp
.TS
tab(:);
l _|| l
l l   l.
11::13
21:22:23
.TE
.sp
hline, double vline, hline top:
.sp
.TS
tab(:);
l _|| _ l
l l   l l.
11:::13
21:22:23:24
.TE
.sp
double vline top right:
.sp
.TS
tab(:);
l l||
l l.
11:12
21:22
.TE
.sp
double vline and hline top right:
.sp
.TS
tab(:);
l|| _
l   l.
11:
21:22
.TE
.sp
hline and double vline top right:
.sp
.TS
tab(:);
l _||
l l.
11:
21:22
.TE
.sp