diff options
-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 |