[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.55 and 1.56

version 1.55, 2006/10/04 14:25:31 version 1.56, 2006/10/05 07:41:04
Line 162 
Line 162 
 was started, rounded up to the next full 24-hour period, is  was started, rounded up to the next full 24-hour period, is
 .Ar n  .Ar n
 24-hour periods.  24-hour periods.
   .It Ic -depth
   The same as specifying the
   .Fl d
   option.
 .It Ic -empty  .It Ic -empty
 True if the current file or directory is empty.  True if the current file or directory is empty.
 .It Ic -exec Ar utility Op argument ... ;  .It Ic -exec Ar utility Op argument ... ;
Line 207 
Line 211 
 If the flags are not preceded by a dash, this primary evaluates to true if the  If the flags are not preceded by a dash, this primary evaluates to true if the
 flags specified exactly match those of the file.  flags specified exactly match those of the file.
 .It Ic -follow  .It Ic -follow
 Follow symbolic links.  The same as specifying the
   .Fl H
   option.
 .It Ic -fstype Ar type  .It Ic -fstype Ar type
 True if the file is contained in a file system of type  True if the file is contained in a file system of type
 .Ar type .  .Ar type .
Line 427 
Line 433 
 is numeric and there is no such user name, then  is numeric and there is no such user name, then
 .Ar uname  .Ar uname
 is treated as a user ID.  is treated as a user ID.
   .It Ic -xdev
   The same as specifying the
   .Fl x
   option.
 .El  .El
 .Pp  .Pp
 All primaries which take a numeric argument allow the number to be  All primaries which take a numeric argument allow the number to be

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56