=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.60 retrieving revision 1.61 diff -c -r1.60 -r1.61 *** src/usr.bin/find/find.1 2006/10/10 12:20:01 1.60 --- src/usr.bin/find/find.1 2006/10/11 10:03:28 1.61 *************** *** 1,4 **** ! .\" $OpenBSD: find.1,v 1.60 2006/10/10 12:20:01 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: find.1,v 1.61 2006/10/11 10:03:28 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 163,168 **** --- 163,169 ---- .Ar n 24-hour periods. .It Ic -depth + This primary always evaluates to true. The same as specifying the .Fl d option. *************** *** 219,224 **** --- 220,226 ---- If the flags are not preceded by a dash, this primary evaluates to true if the flags specified exactly match those of the file. .It Ic -follow + This primary always evaluates to true. The same as specifying the .Fl H option. *************** *** 446,451 **** --- 448,454 ---- .Ar uname is treated as a user ID. .It Ic -xdev + This primary always evaluates to true. The same as specifying the .Fl x option.