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

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

1.1     ! schwarze    1: .TH TP-SPACING 1 "September 21, 2015" OpenBSD
        !             2: .SH NAME
        !             3: TP-spacing \- spacing in tagged paragraphs
        !             4: .SH DESCRIPTION
        !             5: Normal text.
        !             6: .TP
        !             7: tag
        !             8: Indented text.
        !             9: .TP
        !            10: four
        !            11: Indented text.
        !            12: .TP
        !            13: ffive
        !            14: Indented text.
        !            15: .TP
        !            16: sixsix
        !            17: Indented text.
        !            18: .TP
        !            19: seseven
        !            20: Indented text.
        !            21: .TP
        !            22: a much longer tag
        !            23: Indented text.
        !            24: .LP
        !            25: Tags with trailing space:
        !            26: .TP
        !            27: tag\ \&
        !            28: Three plus one makes four.
        !            29: .TP
        !            30: tag\ \ \&
        !            31: Three plus two makes five.
        !            32: .TP
        !            33: tag\ \ \ \&
        !            34: Three plus three makes six.
        !            35: .TP
        !            36: tag\ \ \ \ \ \&
        !            37: Three plus four makes seven.
        !            38: .TP
        !            39: tag\ \ \ \ \ \ \&
        !            40: Three plus five makes eight.
        !            41: .LP
        !            42: Normal text.

CVSweb