summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_GETEXTATTR.9
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-16 15:02:30 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-16 15:02:30 +0000
commitd69289c4bf2d8d5a2fd8bc29e68330811b79b3cf (patch)
tree1c9664bff108d86166a82e77d7355d94c24f8ea8 /share/man/man9/VOP_GETEXTATTR.9
parent0a2333e2ea8cf9131b2dbceb3a6a587585aa5859 (diff)
downloadFreeBSD-src-d69289c4bf2d8d5a2fd8bc29e68330811b79b3cf.zip
FreeBSD-src-d69289c4bf2d8d5a2fd8bc29e68330811b79b3cf.tar.gz
o The mdoc(7) police strike with avengance:
- These pages abused Ar macro (they should have used Fa). - NULL constant 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_GETEXTATTR.9')
-rw-r--r--share/man/man9/VOP_GETEXTATTR.921
1 files changed, 12 insertions, 9 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9
index e68734d..f47bf9b 100644
--- a/share/man/man9/VOP_GETEXTATTR.9
+++ b/share/man/man9/VOP_GETEXTATTR.9
@@ -43,25 +43,27 @@ from a 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 namespace
+.It Fa namespace
integer constant indicating which extended attribute namespace the attribute
name is present in
-.It Ar name
+.It Fa name
pointer to a null-terminated character string containing the attribute name
-.It Ar uio
+.It Fa uio
the location of the data to be read or written
-.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 extended attribute
.El
.Pp
The
.Fa cred
-pointer may be NULL to indicate that access control checks are not to be
-performed, if possible. This
+pointer may be
+.Dv NULL
+to indicate that access control checks are not to be performed, if possible.
+This
.Fa cred
setting might be used to allow the kernel to authorize extended attribute
retrieval that the active process might not be permitted to do.
@@ -94,7 +96,8 @@ or
.Fa uio
argument is invalid.
.It Bq Er EOPNOTSUPP
-The file system does not support VOP_GETEXTATTR
+The file system does not support
+.Fn VOP_GETEXTATTR
.El
.Sh SEE ALSO
.Xr extattr 9 ,
OpenPOWER on IntegriCloud