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