[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.95 and 1.96

version 1.95, 2018/08/01 07:09:15 version 1.96, 2018/12/06 17:45:14
Line 524 
Line 524 
 true.  true.
 .Pp  .Pp
 .It Cm \&! Ar expression  .It Cm \&! Ar expression
   .It Cm -not Ar expression
 This is the unary NOT operator.  This is the unary NOT operator.
 It evaluates to true if the expression is false.  It evaluates to true if the expression is false.
 .Pp  .Pp
Line 624 
Line 625 
 and  and
 .Ic -print0 ,  .Ic -print0 ,
 and operators  and operators
 .Fl or  
 and  
 .Fl and ,  .Fl and ,
   .Fl not ,
   and
   .Fl or ,
 are extensions to that specification.  are extensions to that specification.
 .Pp  .Pp
 Historically, the  Historically, the

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96