[BACK]Return to dc.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / dc

Diff for /src/usr.bin/dc/dc.1 between version 1.11 and 1.12

version 1.11, 2003/10/20 05:02:58 version 1.12, 2003/10/22 12:16:25
Line 269 
Line 269 
 .Ar x  .Ar x
 is executed if they obey the stated  is executed if they obey the stated
 relation.  relation.
   .It Xo
   .Cm < Ns Va x Ns e Ns Va y
   .Cm > Ns Va x Ns e Ns Va y
   .Cm = Ns Va x Ns e Ns Va y
   .Cm !< Ns Va x Ns e Ns Va y
   .Cm !> Ns Va x Ns e Ns Va y
   .Cm != Ns Va x Ns e Ns Va y
   .Xc
   These operations are variants of the comparison operations above.
   The first register name is followed by the letter
   .Sq e
   and another register name.
   Register
   .Ar x
   will be executed if the relation is true, and register
   .Ar y
   will be executed if the relation is false.
   This is a non-portable extension.
 .It Ic \&!  .It Ic \&!
 Interprets the rest of the line as a  Interprets the rest of the line as a
 .Ux  .Ux

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12