xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/emptyhead.in (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1.Dd July 3, 2014
2.Dt BL-EMPTYHEAD 1
3.Os OpenBSD
4.Sh NAME
5.Nm Bl-emptyhead
6.Nd lists with empty item heads
7.Sh DESCRIPTION
8hang list:
9.Bl -hang -width 6n
10.It tag
11text
12.It
13no tag before this text
14.It tag
15text
16.El
17ohang list:
18.Bl -ohang
19.It tag
20text
21.It
22no tag before this text
23.It tag
24text
25.El
26inset list:
27.Bl -inset
28.It tag
29text
30.It
31no tag before this text
32.It tag
33text
34.El
35diag list:
36.Bl -diag
37.It tag
38text
39.It
40no tag before this text
41.It tag
42text
43.El
44