Annotation of mandoc/regress/roff/ti/basic-man.in, Revision 1.1
1.1 ! schwarze 1: .TH TI-BASIC-MAN 1 "May 8, 2014" OpenBSD
! 2: .SH NAME
! 3: ti-basic-man \- temporary indentation in man(7)
! 4: .SH DESCRIPTION
! 5: initial text
! 6: .ti 10n
! 7: This text is indented.
! 8: However, the indent is temporary,
! 9: so as soon as the line wraps, it is gone.
! 10: .ti +10n
! 11: The temporary indent can be relative.
! 12: All the same, it will expire in the usual way.
! 13: .ti -3n
! 14: It is also possible to temporarily reduce the indentation,
! 15: but that will also last until the next line break only.
! 16: .ti -10n
! 17: Reducing by more than the current offset
! 18: starts the next line at the physical left margin.
CVSweb