=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/find/find.1 1997/08/27 08:57:55 1.13 --- src/usr.bin/find/find.1 1997/11/04 08:19:32 1.14 *************** *** 1,4 **** ! .\" $OpenBSD: find.1,v 1.13 1997/08/27 08:57:55 deraadt Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: find.1,v 1.14 1997/11/04 08:19:32 deraadt Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 445,455 **** .Pp Historically, the .Fl d , ! .Fl s and .Fl x ! options were implemented using the primaries ``\-depth'', ``\-follow'', ! and ``\-xdev''. These primaries always evaluated to true. As they were really global variables that took effect before the traversal began, some legal expressions could have unexpected results. --- 445,458 ---- .Pp Historically, the .Fl d , ! .Fl H and .Fl x ! options were implemented using the primaries ! .Ic -depth , ! .Ic -follow , ! and ! .Ic -xdev . These primaries always evaluated to true. As they were really global variables that took effect before the traversal began, some legal expressions could have unexpected results.