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

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

1.2     ! schwarze    1: .\" $OpenBSD: emptyhead.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt BL-EMPTYHEAD 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm Bl-emptyhead
                      7: .Nd lists with empty item heads
                      8: .Sh DESCRIPTION
                      9: hang list:
                     10: .Bl -hang -width 6n
                     11: .It tag
                     12: text
                     13: .It
                     14: no tag before this text
                     15: .It tag
                     16: text
                     17: .El
                     18: ohang list:
                     19: .Bl -ohang
                     20: .It tag
                     21: text
                     22: .It
                     23: no tag before this text
                     24: .It tag
                     25: text
                     26: .El
                     27: inset list:
                     28: .Bl -inset
                     29: .It tag
                     30: text
                     31: .It
                     32: no tag before this text
                     33: .It tag
                     34: text
                     35: .El
                     36: diag list:
                     37: .Bl -diag
                     38: .It tag
                     39: text
                     40: .It
                     41: no tag before this text
                     42: .It tag
                     43: text
                     44: .El

CVSweb