diff options
author | trhodes <trhodes@FreeBSD.org> | 2004-04-07 14:48:30 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2004-04-07 14:48:30 +0000 |
commit | 9bd70cfd161bdce73a134c468503110997f86e30 (patch) | |
tree | ddc51c038fbb1c2bd8d9589aadfcd477a04e9f14 /usr.bin/find | |
parent | 5e501817aee5d7b95e030381b574e5a1ec4d0ba6 (diff) | |
download | FreeBSD-src-9bd70cfd161bdce73a134c468503110997f86e30.zip FreeBSD-src-9bd70cfd161bdce73a134c468503110997f86e30.tar.gz |
Add -acl and a small blurb about it to the options list.
Update date.
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 7cb4ece..194188a 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 , |