Date: Fri, 23 Jun 2000 10:45:24 -0700 (PDT) From: Ollivier Robert <roberto@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 find.h function.c Message-ID: <200006231745.KAA44643@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
roberto 2000/06/23 10:45:24 PDT
Modified files: (Branch: RELENG_4)
usr.bin/find find.1 find.h function.c
Log:
MFC:
The find -perm option currently supports an exact match,
or if the mode is preceded by a '-', it checks for a match
in at least the bits specified on the command line. It is
often desirable to find things with any execute or setuid or
setgid bits set.
PR: bin/10169
Revision Changes Path
1.23.2.1 +4 -2 src/usr.bin/find/find.1
1.6.2.1 +2 -1 src/usr.bin/find/find.h
1.22.2.1 +6 -1 src/usr.bin/find/function.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006231745.KAA44643>
