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

Diff for /src/usr.bin/find/find.1 between version 1.50 and 1.51

version 1.50, 2005/12/27 12:24:37 version 1.51, 2006/09/24 09:10:09
Line 444 
Line 444 
 The operators are listed in order of decreasing precedence.  The operators are listed in order of decreasing precedence.
 .Pp  .Pp
 .Bl -tag -width "(expression)" -compact  .Bl -tag -width "(expression)" -compact
 .It Cm \&( Ns Ar expression Ns Cm \&)  .It Cm \&( Ar expression Cm \&)
 This evaluates to true if the parenthesized expression evaluates to  This evaluates to true if the parenthesized expression evaluates to
 true.  true.
 .Pp  .Pp
 .It Cm \&! Ns Ar expression  .It Cm \&! Ar expression
 This is the unary  This is the unary
 .Tn NOT  .Tn NOT
 operator.  operator.

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51