aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/vaccess.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/vaccess.9')
-rw-r--r--share/man/man9/vaccess.921
1 files changed, 4 insertions, 17 deletions
diff --git a/share/man/man9/vaccess.9 b/share/man/man9/vaccess.9
index 4bf377406903..fe9a37d15358 100644
--- a/share/man/man9/vaccess.9
+++ b/share/man/man9/vaccess.9
@@ -23,9 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
-.Dd September 18, 2009
+.Dd August 23, 2022
.Dt VACCESS 9
.Os
.Sh NAME
@@ -42,7 +40,6 @@
.Fa "gid_t file_gid"
.Fa "accmode_t accmode"
.Fa "struct ucred *cred"
-.Fa "int *privused"
.Fc
.Sh DESCRIPTION
This call implements the logic for the
@@ -59,19 +56,9 @@ owning UID
owning GID
.Fa file_gid ,
desired access mode
-.Fa accmode ,
-requesting credential
-.Fa cred ,
-and an optional call-by-reference
-.Vt int
-pointer returning whether or not
-privilege was required for successful evaluation of the call; the
-.Fa privused
-pointer may be set to
-.Dv NULL
-by the caller in order not to be informed of
-privilege information, or it may point to an integer that will be set to
-1 if privilege is used, and 0 otherwise.
+.Fa accmode
+and requesting credential
+.Fa cred .
.Pp
This call is intended to support implementations of
.Xr VOP_ACCESS 9 ,