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

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

1.1     ! schwarze    1: .TH IP-MANYARGS 1 "January 4, 2011" OpenBSD
        !             2: .SH NAME
        !             3: IP-manyargs \- too many header args for indented blocks
        !             4: .SH DESCRIPTION
        !             5: regular
        !             6: text
        !             7: .IP tag1 10n
        !             8: indented
        !             9: text
        !            10: .PP
        !            11: regular
        !            12: text
        !            13: .IP tag2 10n tag1
        !            14: indented
        !            15: text
        !            16: .PP
        !            17: regular
        !            18: text
        !            19: .IP tag3 10n tag2 tag1
        !            20: indented
        !            21: text
        !            22: .nf
        !            23: literal
        !            24: text
        !            25: .IP tag1 10n
        !            26: indented
        !            27: text
        !            28: .PP
        !            29: literal
        !            30: text
        !            31: .IP tag2 10n tag1
        !            32: indented
        !            33: text
        !            34: .PP
        !            35: literal
        !            36: text
        !            37: .IP tag3 10n tag2 tag1
        !            38: indented
        !            39: text

CVSweb