diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-08-27 17:45:06 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-08-27 17:45:06 +0000 |
commit | 15ef553e24f2016c21171f8205f5c5a990e1329a (patch) | |
tree | fabced625b76a03c25f8087c67b0b74d7a2eb3c8 /share | |
parent | 3e32ac1527ff8b1957d3d0f104ceb87d5860edf3 (diff) | |
download | FreeBSD-src-15ef553e24f2016c21171f8205f5c5a990e1329a.zip FreeBSD-src-15ef553e24f2016c21171f8205f5c5a990e1329a.tar.gz |
o Attach vaccess_acl_posix1e.9 to the build.
o Cross-reference vaccess_acl_posix1e.9 from vaccess.9.
Obtained from: TrustedBSD Project
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/Makefile | 3 | ||||
-rw-r--r-- | share/man/man9/vaccess.9 | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index b7b24b2..840596f 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -58,7 +58,8 @@ MAN= BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 \ style.9 suser.9 swi.9 sx.9 sysctl_add_oid.9 sysctl_ctx_init.9 \ taskqueue.9 time.9 timeout.9 tvtohz.9 \ ucred.9 uidinfo.9 uio.9 \ - vaccess.9 vcount.9 vfs_busy.9 vfs_mount.9 vfs_unbusy.9 \ + vaccess.9 vaccess_acl_posix1e.9 \ + vcount.9 vfs_busy.9 vfs_mount.9 vfs_unbusy.9 \ vfs_unmountall.9 vget.9 vinvalbuf.9 \ vm_page_alloc.9 vm_page_cache.9 \ vm_page_copy.9 vm_page_deactivate.9 \ diff --git a/share/man/man9/vaccess.9 b/share/man/man9/vaccess.9 index 00bf934..526df28 100644 --- a/share/man/man9/vaccess.9 +++ b/share/man/man9/vaccess.9 @@ -117,6 +117,7 @@ An attempt was made to perform an operation limited to processes with appropriate privileges or to the owner of a file or other resource. .El .Sh SEE ALSO +.Xr vaccess_acl_posix1e 9 , .Xr vnode 9 , .Xr VOP_ACCESS 9 .Sh AUTHORS |