aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/emptyitem.in
blob: e4f85897e712dcd8275afad0c38dbb59180daa9b (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
.Dd August 10, 2016
.Dt BL-EMPTYITEM 1
.Os OpenBSD
.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