[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.18 and 1.19

version 1.18, 1999/02/24 10:25:45 version 1.19, 1999/03/17 17:36:30
Line 43 
Line 43 
 .Nd walk a file hierarchy  .Nd walk a file hierarchy
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm find  .Nm find
 .Op Fl HdhXx  .Op Fl HdhXxW
 .Op Fl f Ar file  .Op Fl f Ar file
 .Op Ar file ...  .Op Ar file ...
 .Ar expression  .Ar expression
Line 110 
Line 110 
 .Xr xargs 1 .  .Xr xargs 1 .
 .It Fl x  .It Fl x
 Prevents  Prevents
 .Nm find  .Nm
 from descending into directories that have a device number different  from descending into directories that have a device number different
 than that of the file from which the descent began.  than that of the file from which the descent began.
   .It Fl W
   Let
   .Nm
   take whiteouts into account when scanning directories.
 .El  .El
 .Sh PRIMARIES  .Sh PRIMARIES
 .Bl -tag -width Ds  .Bl -tag -width Ds
Line 330 
Line 334 
 .Pp  .Pp
 .Bl -tag -width flag -offset indent -compact  .Bl -tag -width flag -offset indent -compact
 .It Cm W  .It Cm W
 whiteout  whiteout (currently, these won't even be visible without also specifying
   .Fl W )
 .It Cm b  .It Cm b
 block special  block special
 .It Cm c  .It Cm c
Line 497 
Line 502 
 option and the  option and the
 .Xr getopt 3  .Xr getopt 3
 ``--'' construct.  ``--'' construct.
   .Pp
   The
   .Fl W
   option is probably not the most elegant way to handle whiteouts, it may
   be replaced by a more sophisticated algorithm eventually.

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19