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

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

1.1     ! schwarze    1: .TH PD-SPACING 1 "July 28, 2012" OpenBSD
        !             2: .SH NAME
        !             3: PD-spacing \- effect of the PD macro on vertical spacing
        !             4: .SH DESCRIPTION
        !             5: initial text
        !             6: .PP
        !             7: paragraph
        !             8: .HP
        !             9: hanged
        !            10: paragraph
        !            11: .IP indented
        !            12: paragraph
        !            13: .TP
        !            14: tagged
        !            15: paragraph
        !            16: .SS subsection
        !            17: subsection text
        !            18: .PD 2
        !            19: .SH DOUBLE SPACING
        !            20: initial text
        !            21: .PP
        !            22: paragraph
        !            23: .HP
        !            24: hanged
        !            25: paragraph
        !            26: .IP indented
        !            27: paragraph
        !            28: .TP
        !            29: tagged
        !            30: paragraph
        !            31: .SS subsection
        !            32: subsection text
        !            33: .PD 0
        !            34: .SH NO SPACING
        !            35: initial text
        !            36: .PP
        !            37: paragraph
        !            38: .HP
        !            39: hanged
        !            40: paragraph
        !            41: .IP indented
        !            42: paragraph
        !            43: .TP
        !            44: tagged
        !            45: paragraph
        !            46: .SS subsection
        !            47: subsection text
        !            48: .PD 1
        !            49: .SH NORMAL SPACING
        !            50: initial text
        !            51: .PP
        !            52: paragraph
        !            53: .HP
        !            54: hanged
        !            55: paragraph
        !            56: .IP indented
        !            57: paragraph
        !            58: .TP
        !            59: tagged
        !            60: paragraph
        !            61: .SS subsection
        !            62: subsection text

CVSweb