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

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

1.2     ! schwarze    1: .\" $OpenBSD: emptyitem.in,v 1.4 2017/07/04 14:53:24 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt BL-EMPTYITEM 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm Bl-emptyitem
                      7: .Nd lists with fixed heads and empty items
                      8: .Sh DESCRIPTION
                      9: bullet list:
                     10: .Bl -bullet
                     11: .It head argument
                     12: one
                     13: .It
                     14: .It
                     15: three
                     16: .El
                     17: dash list:
                     18: .Bl -dash
                     19: .It
                     20: one
                     21: .It head argument
                     22: .It
                     23: three
                     24: .El
                     25: enum list:
                     26: .Bl -enum
                     27: .It
                     28: one
                     29: .It
                     30: .It head argument
                     31: three
                     32: .El
                     33: hyphen list:
                     34: .Bl -hyphen
                     35: .It Sy head argument
                     36: one
                     37: .It
                     38: .It
                     39: three
                     40: .El

CVSweb