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

1.4     ! schwarze    1: .\" $OpenBSD: close.in,v 1.5 2020/08/03 10:52:39 schwarze Exp $
1.3       schwarze    2: .TH COND-CLOSE 1 "November 26, 2018"
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
1.3       schwarze   14: .PP
1.4     ! schwarze   15: .if t \{text
        !            16: \}
        !            17: text line contains closing brace only
        !            18: .PP
        !            19: .if t \{text
        !            20: \} plus something
        !            21: text line contains closing brace and additional words
        !            22: .PP
        !            23: .if t \{text
        !            24: .\}
        !            25: request line contains closing brace only
        !            26: .PP
        !            27: .if t \{text
        !            28: .\}with following args
        !            29: request line contains closing brace and additional args
        !            30: .PP
1.3       schwarze   31: .if n \{conditional content \} following words with whitespace
                     32: .PP
                     33: .if n \{conditional content\}following words without whitespace
                     34: .PP
                     35: preceding words
                     36: .if n \{\
                     37: standard multi-line style
                     38: .\}
                     39: following words
                     40: .PP
                     41: preceding words
                     42: .if n \{
                     43: non-standard multi-line style
                     44: \}
                     45: following words
1.4     ! schwarze   46: .PP
        !            47: preceding words
        !            48: .if n \{text line block end
        !            49: \} with additional words
        !            50: following words
        !            51: .PP
        !            52: .if n \{two
        !            53: .if n \{closes
        !            54: on\} the\} same
        !            55: text line
        !            56: .PP
        !            57: preceding words
        !            58: .if n \{close on request line
        !            59: .\}with following args
        !            60: following words
        !            61: .PP
        !            62: preceding words
        !            63: .if n \{two
        !            64: .if n \{closes
        !            65: .BR\}on\}the same
        !            66: macro line
1.1       schwarze   67: .PP
                     68: .if n \{
                     69: still open at the end of the file

CVSweb