=================================================================== RCS file: /cvs/mandoc/regress/roff/cond/ie.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/regress/roff/cond/ie.in 2017/07/04 15:26:31 1.2 +++ mandoc/regress/roff/cond/ie.in 2017/07/04 22:52:01 1.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: ie.in,v 1.2 2017/07/04 15:26:31 schwarze Exp $ -.TH IE 1 "December 16, 2014" +.\" $OpenBSD: ie.in,v 1.3 2017/07/04 22:52:01 schwarze Exp $ +.TH IE 1 "July 4, 2017" .SH NAME if \- the roff conditional instruction with else-clause .SH DESCRIPTION @@ -10,6 +10,14 @@ Text following the true condition. .el One-line else after true. .el Another else after true. .br +.ie n \{\ +Two-line +true condition. +.br\} +.el \{\ +Two-line +else after true. +.br\} .ie t One-line false condition. Text following the false condition. .br