[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.2

1.2     ! schwarze    1: .\" $OpenBSD: close.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $
        !             2: .TH COND-CLOSE 1 2013-06-27
1.1       schwarze    3: .SH NAME
                      4: cond-close \- closing conditional macros
                      5: .SH DESCRIPTION
                      6: .if t \{.unknown \}
                      7: closing after an unknown macro
                      8: .PP
                      9: .if t \{.ig \}
                     10: closing after an ignored macro
                     11: .PP
                     12: .if t \{text \}
                     13: closing after plain text
                     14: .PP
                     15: .if n \{
                     16: still open at the end of the file

CVSweb