Annotation of mandoc/regress/mdoc/Bl/secstart.in, Revision 1.1
1.1 ! schwarze 1: .Dd November 10, 2014
! 2: .Dt BL-SECSTART 1
! 3: .Os OpenBSD
! 4: .Sh NAME
! 5: .Nm Bl-secstart
! 6: .Nd nested lists at the beginning of sections
! 7: .Sh DESCRIPTION
! 8: .Ss item
! 9: .Bl -item
! 10: .It
! 11: .Bl -item
! 12: .It
! 13: text
! 14: .El
! 15: .El
! 16: .Ss dash
! 17: .Bl -dash
! 18: .It
! 19: .Bl -dash
! 20: .It
! 21: text
! 22: .El
! 23: .El
! 24: .Ss inset
! 25: .Bl -inset
! 26: .It outer
! 27: .Bl -inset
! 28: .It inner
! 29: text
! 30: .El
! 31: .El
! 32: .Ss tag
! 33: .Bl -tag -width 4n
! 34: .It outer tag
! 35: .Bl -tag -width 4n
! 36: .It inner tag
! 37: text
! 38: .El
! 39: .El
CVSweb