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

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

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

CVSweb