aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/emptyhead.in
blob: 7219f9698527f5e1af1004561a1290dd83c39fc7 (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
.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