[BACK]Return to multiline2.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / if

Annotation of mandoc/regress/roff/if/multiline2.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: 123
        !             9: .if t \{\
        !            10: asdf
        !            11: . if t \{\
        !            12: shmoop moop
        !            13: . \}
        !            14: .\}
        !            15: fdsa

CVSweb