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

Annotation of mandoc/regress/roff/ie/with-el4.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: xyzzy
        !            21: .el \
        !            22: 3
        !            23: fdsa
        !            24: .el \
        !            25: 3
        !            26: fdsa
        !            27: .el \
        !            28: 3
        !            29: fdsa

CVSweb