[BACK]Return to wide.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / ti

Annotation of mandoc/regress/roff/ti/wide.in, Revision 1.1

1.1     ! schwarze    1: .\" $OpenBSD: wide.in,v 1.1 2020/09/03 17:37:06 schwarze Exp $
        !             2: .TH TI-WIDE 1 "September 3, 2020"
        !             3: .SH NAME
        !             4: ti-wide \- excessive temporary indentation
        !             5: .SH DESCRIPTION
        !             6: Absolute .ti of more than 72n:
        !             7: .ti 80n
        !             8: max
        !             9: .RS 40n
        !            10: Indented block plus excessive relative indentation:
        !            11: .ti +40n
        !            12: max
        !            13: .RE
        !            14: .RS 66n
        !            15: Block beyond 72n:
        !            16: .ti +4n
        !            17: same
        !            18: .RE
        !            19: Back to normal.

CVSweb