summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-06-05 13:42:37 +0000
committerrwatson <rwatson@FreeBSD.org>2003-06-05 13:42:37 +0000
commitddc7fd7848a5a013f652108d3404d5a709e7ef56 (patch)
treec76bd0b8a2e44d7373fba0e01c2b9c2b8da35cb5 /share/man
parent259ec78e22ab292ab2961da6eb9f431e6beb198b (diff)
downloadFreeBSD-src-ddc7fd7848a5a013f652108d3404d5a709e7ef56.zip
FreeBSD-src-ddc7fd7848a5a013f652108d3404d5a709e7ef56.tar.gz
ENOATTR is now used for error returns indicating an undefined
extended attribute. EINVAL can also reflect an invalid namespace for either a get or set operation on EAs. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/VOP_GETEXTATTR.97
-rw-r--r--share/man/man9/VOP_SETEXTATTR.92
2 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9
index 37d981a..73f123d 100644
--- a/share/man/man9/VOP_GETEXTATTR.9
+++ b/share/man/man9/VOP_GETEXTATTR.9
@@ -98,8 +98,8 @@ On success, zero will be returned, and the uio structure will be updated to
reflect data read. Otherwise, an appropriate error code is returned.
.Sh ERRORS
.Bl -tag -width Er
-.It Bq Er ENOENT
-The attribute name is not defined for this vnode.
+.It Bq Er ENOATTR
+The requested attribute was not defined for this vnode.
.It Bq Er EACCES
The the caller does not have the appropriate privilege.
.It Bq Er ENXIO
@@ -111,7 +111,8 @@ Sufficient memory is not available to fulfill the request.
The uio structure refers to an invalid userspace address.
.It Bq Er EINVAL
The
-.Fa name
+.Fa name ,
+.Fa namespace,
or
.Fa uio
argument is invalid.
diff --git a/share/man/man9/VOP_SETEXTATTR.9 b/share/man/man9/VOP_SETEXTATTR.9
index 7f7c2a4..a3b1455 100644
--- a/share/man/man9/VOP_SETEXTATTR.9
+++ b/share/man/man9/VOP_SETEXTATTR.9
@@ -100,7 +100,7 @@ Insufficient memory available to fulfill request
.It Bq Er EFAULT
The uio structure refers to an invalid userspace address.
.It Bq Er EINVAL
-The name or uio argument is invalid.
+The name, namespace, or uio argument is invalid.
.It Bq Er EOPNOTSUPP
The file system does not support
.Fn VOP_SETEXTATTR .
OpenPOWER on IntegriCloud