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

Annotation of mandoc/regress/roff/ti/basic-mdoc.in, Revision 1.2

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

CVSweb