aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_SETACL.9
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-03-16 17:42:38 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-03-16 17:42:38 +0000
commite2cd9aeda300cd5d8181df2108eba2e85db0c21d (patch)
tree97da0a50c1a498f94b87081fbd94651984c9d74e /share/man/man9/VOP_SETACL.9
parent42f558db105a66677774457378c3bf7fa4ae3029 (diff)
downloadsrc-e2cd9aeda300cd5d8181df2108eba2e85db0c21d.tar.gz
src-e2cd9aeda300cd5d8181df2108eba2e85db0c21d.zip
o The revenge of the mdoc(7) police:
- These pages abused Ar macro (they should have used Fa). - NULL and other numeric constants should be marked with Dv. - VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked with Fn. Submitted by: ru
Notes
Notes: svn path=/head/; revision=74355
Diffstat (limited to 'share/man/man9/VOP_SETACL.9')
-rw-r--r--share/man/man9/VOP_SETACL.930
1 files changed, 17 insertions, 13 deletions
diff --git a/share/man/man9/VOP_SETACL.9 b/share/man/man9/VOP_SETACL.9
index 15db18c5448f..35f0117164bd 100644
--- a/share/man/man9/VOP_SETACL.9
+++ b/share/man/man9/VOP_SETACL.9
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 1999 Robert N. M. Watson
+.\" Copyright (c) 1999, 2000, 2001 Robert N. M. Watson
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD$
.\"
.Dd December 23, 1999
.Os
@@ -43,28 +43,31 @@ or directory.
.Pp
Its arguments are:
.Bl -tag -width type
-.It Ar vp
+.It Fa vp
the vnode of the file or directory
-.It Ar type
+.It Fa type
the type of ACL to set
-.It Ar aclp
+.It Fa aclp
a pointer to an ACL structure from which to retrieve the ACL data
-.It Ar cred
+.It Fa cred
the user credentials to use in authorizing the request
-.It Ar p
+.It Fa p
the process setting the ACL
.El
.Pp
The
.Fa aclp
-pointer may be NULL to indicate that the specified ACL should be deleted.
+pointer may be
+.Dv NULL
+to indicate that the specified ACL should be deleted.
.Pp
The
.Fa cred
-pointer may be NULL to indicate that access control checks are not to be
-performed, of possible. This cred setting might be used to allow the
-kernel to authorize extended attribute changes that the active process might
-not be permitted to make.
+pointer may be
+.Dv NULL
+to indicate that access control checks are not to be performed, of possible.
+This cred setting might be used to allow the kernel to authorize extended
+attribute changes that the active process might not be permitted to make.
.Pp
The vnode ACL interface defines the syntax, and not semantics, of file and
directory ACL interfaces. More information about ACL management in kernel
@@ -84,7 +87,8 @@ Permission denied
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
.It Bq Er EOPNOTSUPP
-The file system does not support VOP_SETACL
+The file system does not support
+.Fn VOP_SETACL
.It Bq Er ENOSPC
The file system is out of space
.It Bq Er EROFS