summaryrefslogblamecommitdiffstats
path: root/regress/mdoc/Bl/emptyhead.in
blob: 694acbda94232fd9ecb0f11b839df23b7ddf710a (plain) (tree)
1
2
3
4

                                                                   
                  
   







































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