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