[BACK]Return to expand-toowide.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / mod

Annotation of mandoc/regress/tbl/mod/expand-toowide.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: expand-toowide.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
        !             2: .TH TBL-MOD-EXPAND-TOOWIDE 1 "May 1, 2017"
1.1       schwarze    3: .SH NAME
                      4: tbl-mod-expand-toowide \- try to expand columns in a table
                      5: that is already too wide
                      6: .SH DESCRIPTION
                      7: .ll 20n
                      8: In this section, the line length is limited to 20 characters.
                      9: .TS
                     10: tab(:);
                     11: lx l lx.
                     12: x:1234567890:x
                     13: .TE
                     14: .ll 78n
                     15: .PP
                     16: Now we are back to the default terminal width.

CVSweb