[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.52 and 1.53

version 1.52, 2006/09/26 18:21:28 version 1.53, 2006/10/01 11:30:53
Line 478 
Line 478 
 The second expression is not evaluated if the first expression is true.  The second expression is not evaluated if the first expression is true.
 .El  .El
 .Pp  .Pp
 All operators and primaries must be separate arguments to  Operators, primaries, and arguments to primaries must be separate
 .Nm find .  arguments to
 Primaries which themselves take arguments expect each argument  .Nm find ,
 to be a separate argument to  i.e. they should be separated by whitespace.
 .Nm find .  
 .Sh EXAMPLES  .Sh EXAMPLES
 Print out a list of all the files whose names do not end in  Print out a list of all the files whose names do not end in
 .Dq \&.c :  .Dq \&.c :

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53