xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/multitag.in (revision 943fb9d8c7fc1b7e0db8c617168f7360d3ee357c)
1.\" $OpenBSD: multitag.in,v 1.4 2017/07/04 14:53:24 schwarze Exp $
2.Dd $Mdocdate: July 4 2017 $
3.Dt BL-MULTITAG 1
4.Os
5.Sh NAME
6.Nm Bl-multitag
7.Nd lists with multiple successive tags
8.Sh DESCRIPTION
9inset:
10.Bl -inset
11.It first
12.It second
13.It third
14some text
15.It fourth
16.It fifth
17more text
18.El
19tag:
20.Bl -tag -width Ds
21.It first
22.It second
23.It third
24some text
25.It fourth
26.It fifth
27more text
28.El
29inset compact:
30.Bl -inset -compact
31.It first
32.It second
33.It third
34some text
35.It fourth
36.It fifth
37more text
38.El
39tag compact:
40.Bl -tag -width Ds -compact
41.It first
42.It second
43.It third
44some text
45.It fourth
46.It fifth
47more text
48.El
49