diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-10-01 06:01:28 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-10-01 06:01:28 +0000 |
commit | 56a4c15bc8c1318d384805608330438eb915fb4a (patch) | |
tree | 2f107c8b63affa2f4bed58a6aac71951e1a6fade /usr.bin | |
parent | e1e42ab91b4c2a80f21d3aba746b98c5e5c7cede (diff) |
Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/find/find.1 | 8 |
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 |