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

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

1.2     ! schwarze    1: .\" $OpenBSD: notype.in,v 1.5 2017/07/04 14:53:24 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt BL-NOTYPE 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm Bl-notype
                      7: .Nd lists with late or missing types
                      8: .Sh DESCRIPTION
                      9: late type:
                     10: .Bl -offset indent -bullet
                     11: .It
                     12: Some text.
                     13: .El tail argument
                     14: .Pp
                     15: no type:
                     16: .Bl -offset indent -width Ds
                     17: .It
                     18: Some text.
                     19: .El
                     20: .Pp
                     21: no argument at all:
                     22: .Bl
                     23: .It
                     24: Some text.
                     25: .El
                     26: .Pp
                     27: final text

CVSweb