diff options
author | 2012-09-16 09:57:33 +0000 | |
---|---|---|
committer | 2012-09-16 09:57:33 +0000 | |
commit | c27ee045db498d53a449fd4a65b7dcb690183d88 (patch) | |
tree | c04bed56d6e9114f4f45058436ab8d8fd34d2468 /share/man/man9 | |
parent | remove tahoe-specific makefile machinery, no such hardware is known to be (diff) | |
download | wireguard-openbsd-c27ee045db498d53a449fd4a65b7dcb690183d88.tar.xz wireguard-openbsd-c27ee045db498d53a449fd4a65b7dcb690183d88.zip |
vaccess' first argument is type; from Michal Mazurek
ok millert
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/vaccess.9 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/vaccess.9 b/share/man/man9/vaccess.9 index fda2eb0f9e4..0253ff7c68c 100644 --- a/share/man/man9/vaccess.9 +++ b/share/man/man9/vaccess.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vaccess.9,v 1.7 2010/09/19 13:17:25 jmc Exp $ +.\" $OpenBSD: vaccess.9,v 1.8 2012/09/16 09:57:33 jmc Exp $ .\"- .\" Copyright (c) 2001 Robert N. M. Watson .\" All rights reserved. @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: September 19 2010 $ +.Dd $Mdocdate: September 16 2012 $ .Dt VACCESS 9 .Os .Sh NAME @@ -36,6 +36,7 @@ .Fd #include <sys/vnode.h> .Ft int .Fo vaccess +.Fa "enum vtype type" .Fa "mode_t file_mode" .Fa "uid_t uid" .Fa "gid_t gid" @@ -50,6 +51,7 @@ function checks if the credentials described in are sufficient to perform the operation described by .Fa acc_mode , based on the +.Fa type , .Fa file_mode , .Fa uid , and |