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

Annotation of mandoc/regress/mdoc/Bl/ohang.in, Revision 1.1

1.1     ! schwarze    1: .Dd July 10, 2012
        !             2: .Dt BL-OHANG 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm Bl-ohang
        !             6: .Nd over-hanging lists
        !             7: .Sh DESCRIPTION
        !             8: .Bl -ohang
        !             9: .It first tag
        !            10: first line
        !            11: .It second tag
        !            12: second line
        !            13: .It third tag
        !            14: third line
        !            15: .El
        !            16: .Bl -ohang -compact
        !            17: .It first tag
        !            18: first line
        !            19: .It second tag
        !            20: second line
        !            21: .It third tag
        !            22: third line
        !            23: .El

CVSweb