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

Diff for /mandoc/regress/roff/cond/ie.in between version 1.2 and 1.3

version 1.2, 2017/07/04 15:26:31 version 1.3, 2017/07/04 22:52:01
Line 1 
Line 1 
 .\" $OpenBSD$  .\" $OpenBSD$
 .TH IE 1 "December 16, 2014"  .TH IE 1 "July 4, 2017"
 .SH NAME  .SH NAME
 if \- the roff conditional instruction with else-clause  if \- the roff conditional instruction with else-clause
 .SH DESCRIPTION  .SH DESCRIPTION
Line 10  Text following the true condition.
Line 10  Text following the true condition.
 .el One-line else after true.  .el One-line else after true.
 .el Another else after true.  .el Another else after true.
 .br  .br
   .ie n \{\
   Two-line
   true condition.
   .br\}
   .el \{\
   Two-line
   else after true.
   .br\}
 .ie t One-line false condition.  .ie t One-line false condition.
 Text following the false condition.  Text following the false condition.
 .br  .br

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb