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

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

CVSweb