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

Annotation of mandoc/regress/roff/cond/ie.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: ie.in,v 1.5 2017/07/04 14:53:26 schwarze Exp $
        !             2: .TH IE 1 "December 16, 2014"
1.1       schwarze    3: .SH NAME
                      4: if \- the roff conditional instruction with else-clause
                      5: .SH DESCRIPTION
                      6: .el Initially, else is ignored.
                      7: .ie n One-line true condition.
                      8: .br
                      9: Text following the true condition.
                     10: .el One-line else after true.
                     11: .el Another else after true.
                     12: .br
                     13: .ie t One-line false condition.
                     14: Text following the false condition.
                     15: .br
                     16: .el \{Two-line else
                     17: after false.\}
                     18: .br
                     19: .el Another else after false.
                     20: .br
                     21: .ie
                     22: Text following an empty condition.
                     23: .el Else after empty condition.
                     24: .br
                     25: .ie !
                     26: Text following negated empty condition.
                     27: .el Else after negated empty condition.
                     28: .br
                     29: .ie n If \&.el\e{ works, nothing follows here:
                     30: .el\{dummy
                     31: BOOHOO\}

CVSweb