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

Annotation of mandoc/regress/mdoc/Bl/bullet-basic.in, Revision 1.1

1.1     ! joerg       1: .Dd May 16, 2010
        !             2: .Dt BL-BULLET-BASIC 1
        !             3: .Os
        !             4: .Sh NAME
        !             5: .Nm Bl-bullet-basic
        !             6: .Nd tests bullet lists
        !             7: .Sh DESCRIPTION
        !             8: .Ss Line breaks in items:
        !             9: .Bl -bullet -width 5n
        !            10: .It
        !            11: x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
        !            12: x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
        !            13: .El
        !            14: .Ss Nesting of ".Bl -bullet" and empty ".Bd -literal"
        !            15: .Bl -bullet
        !            16: .It
        !            17: .Bd -literal
        !            18: .Ed
        !            19: y
        !            20: .It
        !            21: .El
        !            22: .Ss Nesting of ".Bl -bullet" and ".Bd -literal":
        !            23: .Bl -bullet
        !            24: .It
        !            25: .Bd -literal
        !            26: xy
        !            27: .Ed
        !            28: y
        !            29: .It
        !            30: .El
        !            31: .Ss Nesting of ".Bl -bullet" and empty ".Bd -compact -literal":
        !            32: .Bl -bullet
        !            33: .It
        !            34: .Bd -literal -compact
        !            35: .Ed
        !            36: y
        !            37: .It
        !            38: .El
        !            39: .Ss Nesting of ".Bl -bullet" and ".Bd -compact -literal":
        !            40: .Bl -bullet
        !            41: .It
        !            42: .Bd -literal -compact
        !            43: xy
        !            44: .Ed
        !            45: y
        !            46: .It
        !            47: .El
        !            48: .Ss Nesting of ".Bl -bullet -compact" and empty ".Bd -compact -literal":
        !            49: .Bl -bullet -compact
        !            50: .It
        !            51: .Bd -literal -compact
        !            52: .Ed
        !            53: y
        !            54: .It
        !            55: .El
        !            56: .Ss Nesting of ".Bl -bullet -compact" and ".Bd -compact -literal":
        !            57: .Bl -bullet -compact
        !            58: .It
        !            59: .Bd -literal -compact
        !            60: xy
        !            61: .Ed
        !            62: y
        !            63: .It
        !            64: .El

CVSweb