]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Bl/secstart.in
test -diag -width and -inset -width
[mandoc.git] / regress / mdoc / Bl / secstart.in
1 .\" $OpenBSD: secstart.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
3 .Dt BL-SECSTART 1
4 .Os
5 .Sh NAME
6 .Nm Bl-secstart
7 .Nd nested lists at the beginning of sections
8 .Sh DESCRIPTION
9 .Ss item
10 .Bl -item
11 .It
12 .Bl -item
13 .It
14 text
15 .El
16 .El
17 .Ss dash
18 .Bl -dash
19 .It
20 .Bl -dash
21 .It
22 text
23 .El
24 .El
25 .Ss inset
26 .Bl -inset
27 .It outer
28 .Bl -inset
29 .It inner
30 text
31 .El
32 .El
33 .Ss tag
34 .Bl -tag -width 4n
35 .It outer tag
36 .Bl -tag -width 4n
37 .It inner tag
38 text
39 .El
40 .El