summaryrefslogblamecommitdiffstats
path: root/regress/mdoc/Bl/emptyitem.in
blob: e4f85897e712dcd8275afad0c38dbb59180daa9b (plain) (tree)






































                                          
.Dd August 10, 2016
.Dt BL-EMPTYITEM 1
.Os OpenBSD
.Sh NAME
.Nm Bl-emptyitem
.Nd lists with fixed heads and empty items
.Sh DESCRIPTION
bullet list:
.Bl -bullet
.It head argument
one
.It
.It
three
.El
dash list:
.Bl -dash
.It
one
.It head argument
.It
three
.El
enum list:
.Bl -enum
.It
one
.It
.It head argument
three
.El
hyphen list:
.Bl -hyphen
.It Sy head argument
one
.It
.It
three
.El