From ef3f517f373266cbaa93c444037f1a1e0292f90e Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 25 Aug 2001 15:19:37 +0000 Subject: [PATCH] o Replace reference to param.h with types.h o Verbosicize reference to .fa mode Obtained from: TrustedBSD Project --- share/man/man9/vaccess.9 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man9/vaccess.9 b/share/man/man9/vaccess.9 index c30bb55c8306..e56e4b5a2a61 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 +.Fd #include .Fd #include .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 ,