[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.43 and 1.44

version 1.43, 2005/02/07 20:45:40 version 1.44, 2005/03/13 00:17:19
Line 294 
Line 294 
 .It Ic -newer Ar file  .It Ic -newer Ar file
 True if the current file has a more recent last modification time than  True if the current file has a more recent last modification time than
 .Ar file .  .Ar file .
 .It Ic -nouser  
 True if the file belongs to an unknown user.  
 .It Ic -nogroup  .It Ic -nogroup
 True if the file belongs to an unknown group.  True if the file belongs to an unknown group.
   .It Ic -nouser
   True if the file belongs to an unknown user.
 .It Ic \&-ok Ar utility Op argument ... ;  .It Ic \&-ok Ar utility Op argument ... ;
 Identical to the  Identical to the
 .Ic -exec  .Ic -exec

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44