[BACK]Return to bullet.out_html CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / IP

Annotation of mandoc/regress/man/IP/bullet.out_html, Revision 1.1

1.1     ! schwarze    1: <ul class="Bl-bullet">
        !             2:   <li>one</li>
        !             3:   <li>two</li>
        !             4: </ul>
        !             5: <ul class="Bl-bullet">
        !             6:   <li>three</li>
        !             7:   <li>four</li>
        !             8: </ul>
        !             9: <ul class="Bl-dash">
        !            10:   <li>five</li>
        !            11:   <li>six</li>
        !            12: </ul>

CVSweb