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

Annotation of mandoc/regress/man/IP/empty.in, Revision 1.1

1.1     ! schwarze    1: .TH IP-EMPTY 1 "July 17, 2012" OpenBSD
        !             2: .SH NAME
        !             3: IP-empty \- empty indented paragraphs
        !             4: .SH DESCRIPTION
        !             5: regular
        !             6: text
        !             7: .IP
        !             8: indented
        !             9: text
        !            10: .PP
        !            11: Empty IP is deleted:
        !            12: .IP
        !            13: .IP tag1 10n
        !            14: .IP tag2
        !            15: indented
        !            16: text
        !            17: .PP
        !            18: Empty IP is deleted, RS does not cause additional spacing:
        !            19: .IP
        !            20: .RS
        !            21: .IP tag
        !            22: indented
        !            23: text
        !            24: .RE
        !            25: regular
        !            26: text

CVSweb