1.\" $OpenBSD: emptyhead.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $ 2.Dd $Mdocdate: July 4 2017 $ 3.Dt BL-EMPTYHEAD 1 4.Os 5.Sh NAME 6.Nm Bl-emptyhead 7.Nd lists with empty item heads 8.Sh DESCRIPTION 9hang list: 10.Bl -hang -width 6n 11.It tag 12text 13.It 14no tag before this text 15.It tag 16text 17.El 18ohang list: 19.Bl -ohang 20.It tag 21text 22.It 23no tag before this text 24.It tag 25text 26.El 27inset list: 28.Bl -inset 29.It tag 30text 31.It 32no tag before this text 33.It tag 34text 35.El 36diag list: 37.Bl -diag 38.It tag 39text 40.It 41no tag before this text 42.It tag 43text 44.El 45