aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/secstart.in
blob: 9844934284f387b01786f7d161fda93d3bc61c47 (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
.\" $OpenBSD: secstart.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt BL-SECSTART 1
.Os
.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