diff options
author | chris <chris@FreeBSD.org> | 2001-12-22 03:46:33 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2001-12-22 03:46:33 +0000 |
commit | 56062578c48f215d0a5f110893a525e7835e9854 (patch) | |
tree | 0295f1609c4a58b779584b77afcbf39f019654db | |
parent | f8fa6d426de58a608eeeb040e169f21ecafaecca (diff) | |
download | FreeBSD-src-56062578c48f215d0a5f110893a525e7835e9854.zip FreeBSD-src-56062578c48f215d0a5f110893a525e7835e9854.tar.gz |
Cross-reference acl.3, vaccess.9, and vaccess_acl_posix1e.9.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
-rw-r--r-- | share/man/man9/acl.9 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man9/acl.9 b/share/man/man9/acl.9 index c040755..d84689f 100644 --- a/share/man/man9/acl.9 +++ b/share/man/man9/acl.9 @@ -126,6 +126,9 @@ consists of a set of permissions, principal namespace, and principal identifier. Zero or more of these entries may be "defined", depending on the value of the associated acl_cnt field. .Sh SEE ALSO +.Xr acl 3 , +.Xr vaccess 9 , +.Xr vaccess_acl_posix1e 9 , .Xr VFS 9 , .Xr VOP_ACLCHECK 9 , .Xr VOP_GETACL 9 , |