diff options
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r-- | usr.bin/find/find.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 9813eebc1a7..b4ad0ab9e37 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -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 @@ are extensions to .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. |