aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/secstart.in
blob: bd01e0367e00f93c94b26c901a597af19aaf1237 (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
.Dd November 10, 2014
.Dt BL-SECSTART 1
.Os OpenBSD
.Sh NAME
.Nm Bl-secstart
.Nd nested lists at the beginning of sections
.Sh DESCRIPTION
.Ss item
.Bl -item
.It
.Bl -item
.It
text
.El
.El
.Ss dash
.Bl -dash
.It
.Bl -dash
.It
text
.El
.El
.Ss inset
.Bl -inset
.It outer
.Bl -inset
.It inner
text
.El
.El
.Ss tag
.Bl -tag -width 4n
.It outer tag
.Bl -tag -width 4n
.It inner tag
text
.El
.El