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

Annotation of mandoc/regress/man/EX/spacing.in, Revision 1.1

1.1     ! schwarze    1: .TH EX-SPACING 1 "June 3, 2012" OpenBSD
        !             2: .SH NAME
        !             3: EX-spacing \- spacing around the example macro
        !             4: .SH DESCRIPTION
        !             5: regular
        !             6: text
        !             7: .EX
        !             8: example
        !             9: text
        !            10: .EE
        !            11: regular
        !            12: text
        !            13: .nf
        !            14: literal
        !            15: text
        !            16: .EX
        !            17: example
        !            18: text
        !            19: .EE
        !            20: regular
        !            21: text
        !            22: .PP
        !            23: .EX
        !            24: after PP, before nf
        !            25: .EE
        !            26: .nf
        !            27: .EX
        !            28: after nf, before fi
        !            29: .EE
        !            30: .fi
        !            31: after fi, before PP
        !            32: .EE
        !            33: .PP
        !            34: regular
        !            35: text

CVSweb