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

Annotation of mandoc/regress/tbl/layout/complex.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: complex.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
        !             2: .TH TBL-LAYOUT-COMPLEX 1 "January 26, 2015"
1.1       schwarze    3: .SH NAME
                      4: tbl-layout-complex \- complex table layout
                      5: .SH DESCRIPTION
                      6: normal text
                      7: .TS
                      8: box tab(:);
                      9: l|p-1l bsil|||l,l|l    ilb^|i||l.
                     10: a:b:c:d
                     11: e:f:g:h:i
                     12: .TE
                     13: .PP
                     14: normal text
                     15: .TS
                     16: box tab(:);
                     17: l ^
                     18: l l.
                     19: a:b
                     20: c:d
                     21: .TE
                     22: .PP
                     23: normal text
                     24: .TS
                     25: tab(:);
                     26: ||l||l||
                     27: |l|l|
                     28: ll.
                     29: _
                     30: a:b
                     31: _
                     32: c:d
                     33: _
                     34: e:f
                     35: _
                     36: .TE
                     37: .PP
                     38: normal text

CVSweb