Annotation of mandoc/regress/mdoc/Bd/nested.in, Revision 1.2
1.2 ! schwarze 1: .\" $OpenBSD: nested.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
! 2: .Dd $Mdocdate: July 4 2017 $
1.1 schwarze 3: .Dt BD-NESTED 1
1.2 ! schwarze 4: .Os
1.1 schwarze 5: .Sh NAME
6: .Nm Bd-nested
7: .Nd nested displays and lists
8: .Sh DESCRIPTION
9: regular
10: text
11: .Bd -ragged -offset indent
12: outer
13: text (default indent)
14: .Bd -ragged -offset indent
15: inner
16: text (default indent)
17: .Ed
18: outer
19: text
20: .Ed
21: regular
22: text
23: .Bd -ragged -offset 4n
24: outer text (4n)
25: .Bd -ragged -offset 2n
26: inner text (2n)
27: .Ed
28: outer text
29: .Bl -tag -width 6n
30: .It tag
31: text
32: .El
33: outer text
34: .Ed
35: regular text
36: .Bl -tag -width 6n
37: .It tag
38: outer text
39: .Bd -ragged -offset 2n
40: inner text (2n)
41: .Ed
42: outer text
43: .El
CVSweb