summaryrefslogblamecommitdiffstats
path: root/regress/mdoc/Bl/emptyitem.in
blob: 99f16c765c4e3a1b35275080d4d341f383738314 (plain) (tree)
1
2
3
4

                                                                   
                  
   



































                                          
.\" $OpenBSD: emptyitem.in,v 1.4 2017/07/04 14:53:24 schwarze Exp $
.Dd $Mdocdate$
.Dt BL-EMPTYITEM 1
.Os
.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