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

Annotation of mandoc/regress/roff/cond/close.in, Revision 1.1

1.1     ! schwarze    1: .TH COND-CLOSE 1 2013-06-27 OpenBSD
        !             2: .SH NAME
        !             3: cond-close \- closing conditional macros
        !             4: .SH DESCRIPTION
        !             5: .if t \{.unknown \}
        !             6: closing after an unknown macro
        !             7: .PP
        !             8: .if t \{.ig \}
        !             9: closing after an ignored macro
        !            10: .PP
        !            11: .if t \{text \}
        !            12: closing after plain text
        !            13: .PP
        !            14: .if n \{
        !            15: still open at the end of the file

CVSweb