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