=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.13 retrieving revision 1.14 diff -u -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 +1,4 @@ -.\" $OpenBSD: find.1,v 1.13 1997/08/27 08:57:55 deraadt Exp $ +.\" $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,11 +445,14 @@ .Pp Historically, the .Fl d , -.Fl s +.Fl H and .Fl x -options were implemented using the primaries ``\-depth'', ``\-follow'', -and ``\-xdev''. +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.