aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/emptyitem.in
blob: dd7f13c1d03621b6532935e6295721f444462a5d (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
.\" $OpenBSD: emptyitem.in,v 1.4 2017/07/04 14:53:24 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt BL-EMPTYITEM 1
.Os
.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