]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Bl/multitag.in
Finally port the OpenBSD regression suite.
[mandoc.git] / regress / mdoc / Bl / multitag.in
1 .Dd April 13, 2010
2 .Dt BL-MULTITAG 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm Bl-multitag
6 .Nd lists with multiple successive tags
7 .Sh DESCRIPTION
8 inset:
9 .Bl -inset
10 .It first
11 .It second
12 .It third
13 some text
14 .It fourth
15 .It fifth
16 more text
17 .El
18 tag:
19 .Bl -tag -width Ds
20 .It first
21 .It second
22 .It third
23 some text
24 .It fourth
25 .It fifth
26 more text
27 .El
28 inset compact:
29 .Bl -inset -compact
30 .It first
31 .It second
32 .It third
33 some text
34 .It fourth
35 .It fifth
36 more text
37 .El
38 tag compact:
39 .Bl -tag -width Ds -compact
40 .It first
41 .It second
42 .It third
43 some text
44 .It fourth
45 .It fifth
46 more text
47 .El