]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Bl/multitag.in
test -diag -width and -inset -width
[mandoc.git] / regress / mdoc / Bl / multitag.in
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
9 inset:
10 .Bl -inset
11 .It first
12 .It second
13 .It third
14 some text
15 .It fourth
16 .It fifth
17 more text
18 .El
19 tag:
20 .Bl -tag -width Ds
21 .It first
22 .It second
23 .It third
24 some text
25 .It fourth
26 .It fifth
27 more text
28 .El
29 inset compact:
30 .Bl -inset -compact
31 .It first
32 .It second
33 .It third
34 some text
35 .It fourth
36 .It fifth
37 more text
38 .El
39 tag compact:
40 .Bl -tag -width Ds -compact
41 .It first
42 .It second
43 .It third
44 some text
45 .It fourth
46 .It fifth
47 more text
48 .El