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

Annotation of mandoc/regress/mdoc/Bl/secstart.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: secstart.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt BL-SECSTART 1
1.2     ! schwarze    4: .Os
1.1       schwarze    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

CVSweb