aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/multitag.in
blob: 0e6af286ffc78ebfd99dfaefba5514baf7a23ce5 (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
48
.\" $OpenBSD: multitag.in,v 1.4 2017/07/04 14:53:24 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt BL-MULTITAG 1
.Os
.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