[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.1

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

CVSweb