1.\" $OpenBSD: emptyitem.in,v 1.4 2017/07/04 14:53:24 schwarze Exp $ 2.Dd $Mdocdate: July 4 2017 $ 3.Dt BL-EMPTYITEM 1 4.Os 5.Sh NAME 6.Nm Bl-emptyitem 7.Nd lists with fixed heads and empty items 8.Sh DESCRIPTION 9bullet list: 10.Bl -bullet 11.It head argument 12one 13.It 14.It 15three 16.El 17dash list: 18.Bl -dash 19.It 20one 21.It head argument 22.It 23three 24.El 25enum list: 26.Bl -enum 27.It 28one 29.It 30.It head argument 31three 32.El 33hyphen list: 34.Bl -hyphen 35.It Sy head argument 36one 37.It 38.It 39three 40.El 41