[BACK]Return to with-el5.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / ie

Annotation of mandoc/regress/roff/ie/with-el5.in, Revision 1.1

1.1     ! kristaps    1: .Dd $Mdocdate$
        !             2: .Dt FOO 1
        !             3: .Os
        !             4: .Sh NAME
        !             5: .Nm foo
        !             6: .Nd bar
        !             7: .Sh DESCRIPTION
        !             8: asdf
        !             9: .ie 0 \{\
        !            10: 1
        !            11: .de garglepants
        !            12: 2
        !            13: .\}
        !            14: foobar
        !            15: .ie 0 \{\
        !            16: 1
        !            17: .de actuallygarglepantsisadouche
        !            18: 2
        !            19: .\}
        !            20: .ie 0 \{\
        !            21: 1
        !            22: .de garglepants
        !            23: 2
        !            24: .\}
        !            25: foobar
        !            26: .ie 0 \{\
        !            27: 1
        !            28: .de actuallygarglepantsisadouche
        !            29: 2
        !            30: .\}
        !            31: .ie 0 \{\
        !            32: 1
        !            33: .de garglepants
        !            34: 2
        !            35: .\}
        !            36: foobar
        !            37: .ie 0 \{\
        !            38: 1
        !            39: .de actuallygarglepantsisadouche
        !            40: 2
        !            41: .\}
        !            42: xyzzy
        !            43: .el \
        !            44: 3
        !            45: fdsa
        !            46: .el \
        !            47: 3
        !            48: fdsa
        !            49: .el \
        !            50: 3
        !            51: fdsa

CVSweb