summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/find/find.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 09972ad7a66..bd01afba646 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.48 2005/06/15 14:19:45 millert Exp $
+.\" $OpenBSD: find.1,v 1.49 2005/10/01 06:01:27 otto Exp $
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -200,9 +200,9 @@ are comma-separated symbolic file flags (see
for a list of valid flag names).
If the flags are preceded by a dash
.Pq Sq \- ,
-this primary evaluates to true if the file in question has at least
-one of the file flags specified by
-.Ar flags .
+this primary evaluates to true if at least all specified
+.Ar flags
+are set in the file's flags.
If the flags are not preceded by a dash, this primary evaluates to true if the
flags specified exactly match those of the file.
.It Ic -follow