]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Bl/emptyitem.in
Finally port the OpenBSD regression suite.
[mandoc.git] / regress / mdoc / Bl / emptyitem.in
1 .Dd August 10, 2016
2 .Dt BL-EMPTYITEM 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm Bl-emptyitem
6 .Nd lists with fixed heads and empty items
7 .Sh DESCRIPTION
8 bullet list:
9 .Bl -bullet
10 .It head argument
11 one
12 .It
13 .It
14 three
15 .El
16 dash list:
17 .Bl -dash
18 .It
19 one
20 .It head argument
21 .It
22 three
23 .El
24 enum list:
25 .Bl -enum
26 .It
27 one
28 .It
29 .It head argument
30 three
31 .El
32 hyphen list:
33 .Bl -hyphen
34 .It Sy head argument
35 one
36 .It
37 .It
38 three
39 .El