summaryrefslogblamecommitdiffstats
path: root/regress/mdoc/Bl/emptyhead.in
blob: 7219f9698527f5e1af1004561a1290dd83c39fc7 (plain) (tree)










































                               
.Dd July 3, 2014
.Dt BL-EMPTYHEAD 1
.Os OpenBSD
.Sh NAME
.Nm Bl-emptyhead
.Nd lists with empty item heads
.Sh DESCRIPTION
hang list:
.Bl -hang -width 6n
.It tag
text
.It
no tag before this text
.It tag
text
.El
ohang list:
.Bl -ohang
.It tag
text
.It
no tag before this text
.It tag
text
.El
inset list:
.Bl -inset
.It tag
text
.It
no tag before this text
.It tag
text
.El
diag list:
.Bl -diag
.It tag
text
.It
no tag before this text
.It tag
text
.El