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

Diff for /mandoc/regress/roff/ti/basic-man.in between version 1.1 and 1.2

version 1.1, 2017/05/08 15:34:57 version 1.2, 2017/06/14 17:51:24
Line 3 
Line 3 
 ti-basic-man \- temporary indentation in man(7)  ti-basic-man \- temporary indentation in man(7)
 .SH DESCRIPTION  .SH DESCRIPTION
 initial text  initial text
 .ti 10n  .ti 0.96i
 This text is indented.  This text is indented.
 However, the indent is temporary,  However, the indent is temporary,
 so as soon as the line wraps, it is gone.  so as soon as the line wraps, it is gone.
 .ti +10n  .ti +10n
 The temporary indent can be relative.  The temporary indent can be relative.
 All the same, it will expire in the usual way.  All the same, it will expire in the usual way.
 .ti -3n  .ti -0.26i
 It is also possible to temporarily reduce the indentation,  It is also possible to temporarily reduce the indentation,
 but that will also last until the next line break only.  but that will also last until the next line break only.
 .ti -10n  .ti -10n

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb