]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/ti/basic-man.in
while $() is more modern than ``, it does not work with the
[mandoc.git] / regress / roff / ti / basic-man.in
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"
3 .SH NAME
4 ti-basic-man \- temporary indentation in man(7)
5 .SH DESCRIPTION
6 initial text
7 .ti 0.96i
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.
14 .ti -0.26i
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.