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

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

1.1     ! schwarze    1: .TH TP-SAMELINE 1 "March 8, 2014" OpenBSD
        !             2: .SH NAME
        !             3: TP-sameline \- test sameline logic of indented paragraphs
        !             4: .SH DESCRIPTION
        !             5: .SS without user-defined macros
        !             6: with width:
        !             7: .TP 6n
        !             8: tag
        !             9: text
        !            10: .PP
        !            11: without width:
        !            12: .TP
        !            13: 20n
        !            14: text
        !            15: .SS with user-defined macros
        !            16: .de mylist
        !            17: with width:
        !            18: .TP 6n
        !            19: tag
        !            20: text
        !            21: ..
        !            22: .mylist
        !            23: .PP
        !            24: .de mylist
        !            25: without width:
        !            26: .TP
        !            27: 20n
        !            28: text
        !            29: ..
        !            30: .mylist

CVSweb