=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/find/find.1 2005/03/14 15:29:15 1.47 --- src/usr.bin/find/find.1 2005/06/15 14:19:45 1.48 *************** *** 1,4 **** ! .\" $OpenBSD: find.1,v 1.47 2005/03/14 15:29:15 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: find.1,v 1.48 2005/06/15 14:19:45 millert Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 39,45 **** .Nd walk a file hierarchy .Sh SYNOPSIS .Nm find ! .Op Fl dHhLWXx .Op Fl f Ar path .Ar path ...\& .Op Ar expression --- 39,45 ---- .Nd walk a file hierarchy .Sh SYNOPSIS .Nm find ! .Op Fl dHhLXx .Op Fl f Ar path .Ar path ...\& .Op Ar expression *************** *** 96,105 **** link, not the link itself. If the referenced file does not exist, the file information and type will be for the link itself. - .It Fl W - Let - .Nm - take whiteouts into account when scanning directories. .It Fl X Permit .Nm --- 96,101 ---- *************** *** 406,414 **** Possible file types are as follows: .Pp .Bl -tag -width flag -offset indent -compact - .It Cm W - whiteout (currently, these won't even be visible without also specifying - .Fl W ) .It Cm b block special .It Cm c --- 402,407 ---- *************** *** 646,653 **** .Xr getopt 3 .Dq \-\- 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. --- 639,641 ----