[BACK]Return to nested.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bd

Annotation of mandoc/regress/mdoc/Bd/nested.in, Revision 1.3

1.3     ! schwarze    1: .\" $OpenBSD: nested.in,v 1.3 2020/04/06 09:55:49 schwarze Exp $
        !             2: .Dd $Mdocdate: April 6 2020 $
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
1.3     ! schwarze   11: .Tg outer
1.1       schwarze   12: .Bd -ragged -offset indent
                     13: outer
                     14: text (default indent)
1.3     ! schwarze   15: .Tg inner
1.1       schwarze   16: .Bd -ragged -offset indent
                     17: inner
                     18: text (default indent)
                     19: .Ed
                     20: outer
                     21: text
                     22: .Ed
                     23: regular
                     24: text
1.3     ! schwarze   25: .Tg outer
1.1       schwarze   26: .Bd -ragged -offset 4n
                     27: outer text (4n)
1.3     ! schwarze   28: .Tg inner
1.1       schwarze   29: .Bd -ragged -offset 2n
                     30: inner text (2n)
                     31: .Ed
                     32: outer text
                     33: .Bl -tag -width 6n
                     34: .It tag
                     35: text
                     36: .El
                     37: outer text
                     38: .Ed
                     39: regular text
                     40: .Bl -tag -width 6n
                     41: .It tag
                     42: outer text
                     43: .Bd -ragged -offset 2n
                     44: inner text (2n)
                     45: .Ed
                     46: outer text
                     47: .El

CVSweb