o Replace reference to param.h with types.h

o Verbosicize reference to .fa mode

Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2001-08-25 15:19:37 +00:00
parent 4330ec3139
commit ef3f517f37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82324

View file

@ -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 ,