From 56a4c15bc8c1318d384805608330438eb915fb4a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Sat, 1 Oct 2005 06:01:28 +0000 Subject: Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@ --- usr.bin/find/find.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.2.3