aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/emptyhead.in
blob: 39711f82f94519b1d818b5191236ed216c1035c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.\" $OpenBSD: emptyhead.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.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