summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_GETACL.9
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-16 17:42:38 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-16 17:42:38 +0000
commit6235bd69f9656f37cddf6d00ce06c4b1e8b702af (patch)
tree8b2f6da734d22e2ff22188f2a13058872228aad9 /share/man/man9/VOP_GETACL.9
parentd69289c4bf2d8d5a2fd8bc29e68330811b79b3cf (diff)
downloadFreeBSD-src-6235bd69f9656f37cddf6d00ce06c4b1e8b702af.zip
FreeBSD-src-6235bd69f9656f37cddf6d00ce06c4b1e8b702af.tar.gz
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
Diffstat (limited to 'share/man/man9/VOP_GETACL.9')
-rw-r--r--share/man/man9/VOP_GETACL.926
1 files changed, 14 insertions, 12 deletions
diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9
index 8a6350e..ffed051 100644
--- a/share/man/man9/VOP_GETACL.9
+++ b/share/man/man9/VOP_GETACL.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,24 +43,25 @@ file 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 retrieve
-.It Ar aclp
+.It Fa aclp
a pointer to an ACL structure to receive 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 requesting the ACL
.El
.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 ACL retrieval that the active process might not be
-permitted to do.
+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 ACL
+retrieval that the active process might not be permitted to do.
.Pp
The vnode ACL interface defines the syntax, and not semantics, of file and
directory ACL interfaces. More information about ACL management in kernel
@@ -82,7 +83,8 @@ Permission denied
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
.It Bq Er EOPNOTSUPP
-The file system does not support VOP_GETACL
+The file system does not support
+.Fn VOP_GETACL
.El
.Sh SEE ALSO
.Xr acl 9 ,
OpenPOWER on IntegriCloud