]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/roff/cond/ie.in
When a conditional block is closed by putting "\}" on a text line
[mandoc.git] / regress / roff / cond / ie.in
index f9ab8bc048c206807534fcf791f2ec40cbb06038..580f4270302e4c93df05f965e4555c463c889604 100644 (file)
@@ -1,4 +1,5 @@
-.TH IE 1 "December 16, 2014" OpenBSD
+.\" $OpenBSD: ie.in,v 1.6 2017/07/04 22:49:59 schwarze Exp $
+.TH IE 1 "July 4, 2017"
 .SH NAME
 if \- the roff conditional instruction with else-clause
 .SH DESCRIPTION
 .SH NAME
 if \- the roff conditional instruction with else-clause
 .SH DESCRIPTION
@@ -9,6 +10,14 @@ Text following the true condition.
 .el One-line else after true.
 .el Another else after true.
 .br
 .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
 .ie t One-line false condition.
 Text following the false condition.
 .br