summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-11-04 08:19:32 +0000
committerderaadt <deraadt@openbsd.org>1997-11-04 08:19:32 +0000
commitd2d7e0b97ec086c34913eed64721e407dde1efd7 (patch)
treeb6ff12a7452790c89f1cee23c84e7924c6f65eff
parentfix for paths with spaces; nimenees@uaccess.net (diff)
downloadwireguard-openbsd-d2d7e0b97ec086c34913eed64721e407dde1efd7.tar.xz
wireguard-openbsd-d2d7e0b97ec086c34913eed64721e407dde1efd7.zip
clarify
-rw-r--r--usr.bin/find/find.111
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.