diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2004-04-07 14:48:30 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2004-04-07 14:48:30 +0000 |
commit | 53e87059f0ab4627543a5c92cb83b170941663ff (patch) | |
tree | ddc51c038fbb1c2bd8d9589aadfcd477a04e9f14 /usr.bin/find | |
parent | f679aa45a7a78fcf5c3e5ae5a4b3619508e3af9b (diff) | |
download | src-test2-53e87059f0ab4627543a5c92cb83b170941663ff.tar.gz src-test2-53e87059f0ab4627543a5c92cb83b170941663ff.zip |
Notes
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 7cb4ece72bfd..194188a0c028 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -34,7 +34,7 @@ .\" @(#)find.1 8.7 (Berkeley) 5/9/95 .\" $FreeBSD$ .\" -.Dd May 3, 2001 +.Dd April 06, 2004 .Dt FIND 1 .Os .Sh NAME @@ -155,6 +155,12 @@ than that of the file from which the descent began. .El .Sh PRIMARIES .Bl -tag -width indent +.It Ic -acl +May be used in conjunction with other options to locate +files with extended ACLs. +See +.Xr acl 3 +for more information. .It Ic -amin Ar n True if the difference between the file last access time and the time .Nm @@ -753,6 +759,7 @@ is considered to be a suitable replacement. .Xr which 1 , .Xr xargs 1 , .Xr stat 2 , +.Xr acl 3 , .Xr fts 3 , .Xr getgrent 3 , .Xr getpwent 3 , |