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

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

1.2     ! schwarze    1: .\" $OpenBSD: shortlines.in,v 1.2 2020/01/11 20:56:26 schwarze Exp $
        !             2: .TH TBL-LAYOUT-SHORTLINES 1 "January 11, 2020"
1.1       schwarze    3: .SH NAME
                      4: tbl-layout-shortlines \- table lines of different length
                      5: .SH DESCRIPTION
                      6: normal text
                      7: .TS
                      8: allbox tab(:);
                      9: L L
                     10: L
                     11: L L.
                     12: left:right
                     13: short
                     14: left:right
                     15: .TE
                     16: .sp
                     17: .TS
                     18: allbox tab(:);
                     19: L L
                     20: L
                     21: L
                     22: L L.
                     23: left:right
                     24: first short
                     25: second short
                     26: left:right
                     27: .TE
                     28: .sp
                     29: .TS
                     30: allbox tab(:);
                     31: L L L
                     32: L L
                     33: L.
                     34: left:middle:right
                     35: short:line
                     36: very short
                     37: .TE
                     38: .sp
                     39: .TS
                     40: allbox tab(:);
                     41: L
1.2     ! schwarze   42: L
1.1       schwarze   43: L L L.
                     44: very short
                     45: short:line
                     46: left:middle:right
                     47: .TE

CVSweb