Annotation of mandoc/regress/mdoc/Bl/emptyhead.in, Revision 1.1
1.1 ! schwarze 1: .Dd July 3, 2014
! 2: .Dt BL-EMPTYHEAD 1
! 3: .Os OpenBSD
! 4: .Sh NAME
! 5: .Nm Bl-emptyhead
! 6: .Nd lists with empty item heads
! 7: .Sh DESCRIPTION
! 8: hang list:
! 9: .Bl -hang -width 6n
! 10: .It tag
! 11: text
! 12: .It
! 13: no tag before this text
! 14: .It tag
! 15: text
! 16: .El
! 17: ohang list:
! 18: .Bl -ohang
! 19: .It tag
! 20: text
! 21: .It
! 22: no tag before this text
! 23: .It tag
! 24: text
! 25: .El
! 26: inset list:
! 27: .Bl -inset
! 28: .It tag
! 29: text
! 30: .It
! 31: no tag before this text
! 32: .It tag
! 33: text
! 34: .El
! 35: diag list:
! 36: .Bl -diag
! 37: .It tag
! 38: text
! 39: .It
! 40: no tag before this text
! 41: .It tag
! 42: text
! 43: .El
CVSweb