diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-04 08:19:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-04 08:19:33 +0000 |
commit | 60f64c51f91de73d46cff9f69fb2fc396b2632ba (patch) | |
tree | 54ff1a0ada9c3b386bedc468a74e19cccfc2d2f1 /usr.bin/find | |
parent | a1b6a31f1c5ddc870de6530ac10ec4c0d6a0ee35 (diff) |
clarify
Diffstat (limited to 'usr.bin/find')
-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. |