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

Annotation of mandoc/regress/roff/ti/basic-man.in, Revision 1.3

1.3     ! schwarze    1: .\" $OpenBSD: basic-man.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
        !             2: .TH TI-BASIC-MAN 1 "May 8, 2014"
1.1       schwarze    3: .SH NAME
                      4: ti-basic-man \- temporary indentation in man(7)
                      5: .SH DESCRIPTION
                      6: initial text
1.2       schwarze    7: .ti 0.96i
1.1       schwarze    8: This text is indented.
                      9: However, the indent is temporary,
                     10: so as soon as the line wraps, it is gone.
                     11: .ti +10n
                     12: The temporary indent can be relative.
                     13: All the same, it will expire in the usual way.
1.2       schwarze   14: .ti -0.26i
1.1       schwarze   15: It is also possible to temporarily reduce the indentation,
                     16: but that will also last until the next line break only.
                     17: .ti -10n
                     18: Reducing by more than the current offset
                     19: starts the next line at the physical left margin.

CVSweb