[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.1

1.1     ! schwarze    1: .Dd August 10, 2016
        !             2: .Dt BL-NOTYPE 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm Bl-notype
        !             6: .Nd lists with late or missing types
        !             7: .Sh DESCRIPTION
        !             8: late type:
        !             9: .Bl -offset indent -bullet
        !            10: .It
        !            11: Some text.
        !            12: .El tail argument
        !            13: .Pp
        !            14: no type:
        !            15: .Bl -offset indent -width Ds
        !            16: .It
        !            17: Some text.
        !            18: .El
        !            19: .Pp
        !            20: no argument at all:
        !            21: .Bl
        !            22: .It
        !            23: Some text.
        !            24: .El
        !            25: .Pp
        !            26: final text

CVSweb