]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/ti/basic-mdoc.in
while $() is more modern than ``, it does not work with the
[mandoc.git] / regress / roff / ti / basic-mdoc.in
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
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.