Annotation of mandoc/regress/man/DT/basic.in, Revision 1.1
1.1 ! schwarze 1: .\" $OpenBSD: basic.in,v 1.1 2022/04/27 17:04:15 schwarze Exp $
! 2: .TH DT-BASIC 1 "April 27, 2022"
! 3: .SH NAME
! 4: DT-basic \- restore the default tabulator positions
! 5: .SH DESCRIPTION
! 6: .nf
! 7: Default tabs are every five columns:
! 8: 1234 1234 1234 1234 1234
! 9: one two three four
! 10: .PP
! 11: Custom tabs: column 6, then every 8 columns:
! 12: 12345 1234567 1234567 1234567
! 13: .ta 6n T 8n
! 14: one two three four
! 15: .PP
! 16: .B
! 17: .DT
! 18: bold text
! 19: .PP
! 20: Back to the default:
! 21: 1234 1234 1234 1234 1234
! 22: one two three four
CVSweb