summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-08-25 15:19:37 +0000
committerrwatson <rwatson@FreeBSD.org>2001-08-25 15:19:37 +0000
commit5fe4233238ffe008af2aa665a8d3226ed14e4464 (patch)
treed61945bd817df9fb1773a413bc857aa326a34bf3 /share
parent6ee0b7eb02c9fec7e309dad32b42a3e193f1fac1 (diff)
downloadFreeBSD-src-5fe4233238ffe008af2aa665a8d3226ed14e4464.zip
FreeBSD-src-5fe4233238ffe008af2aa665a8d3226ed14e4464.tar.gz
o Replace reference to param.h with types.h
o Verbosicize reference to .fa mode Obtained from: TrustedBSD Project
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/vaccess.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/vaccess.9 b/share/man/man9/vaccess.9
index c30bb55..e56e4b5 100644
--- a/share/man/man9/vaccess.9
+++ b/share/man/man9/vaccess.9
@@ -32,7 +32,7 @@
.Nm vaccess
.Nd generate an access control decision using vnode parameters
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
+.Fd #include <sys/types.h>
.Fd #include <sys/vnode.h>
.Ft int
.Fn vaccess "enum vtype type" "mode_t file_mode" "uid_t file_uid" "gid_t file_gid" "mode_t acc_mode" "struct ucred *cred" "int *privused"
@@ -41,6 +41,7 @@ This call implements the logic for the UNIX discretionary file security model
common to many file systems in FreeBSD.
It accepts the vnodes type
.Fa vtype ,
+permissions via
.Fa mode ,
owning uid
.Fa file_uid ,
OpenPOWER on IntegriCloud