summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2002-09-18 22:12:43 +0000
committertruckman <truckman@FreeBSD.org>2002-09-18 22:12:43 +0000
commiteaacaad4984c4f32c60d838eb6a4b6b3ea6d8993 (patch)
tree06de2521edbe95dd25ad7429cae77690cf734238 /share/man/man9
parentc0ce23344e79272e506fece17bdcdbe98543f8ae (diff)
downloadFreeBSD-src-eaacaad4984c4f32c60d838eb6a4b6b3ea6d8993.zip
FreeBSD-src-eaacaad4984c4f32c60d838eb6a4b6b3ea6d8993.tar.gz
Convert descriptions in the ERRORS section to full sentences if they
were not full sentences, elaborating as necessary.
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/VOP_ACCESS.93
-rw-r--r--share/man/man9/VOP_ACLCHECK.94
-rw-r--r--share/man/man9/VOP_ATTRIB.92
-rw-r--r--share/man/man9/VOP_CREATE.92
-rw-r--r--share/man/man9/VOP_GETACL.94
-rw-r--r--share/man/man9/VOP_GETEXTATTR.94
-rw-r--r--share/man/man9/VOP_READDIR.92
-rw-r--r--share/man/man9/VOP_REMOVE.92
-rw-r--r--share/man/man9/VOP_RENAME.912
-rw-r--r--share/man/man9/VOP_SETACL.94
-rw-r--r--share/man/man9/VOP_SETEXTATTR.92
11 files changed, 23 insertions, 18 deletions
diff --git a/share/man/man9/VOP_ACCESS.9 b/share/man/man9/VOP_ACCESS.9
index 090b51a..a72a799 100644
--- a/share/man/man9/VOP_ACCESS.9
+++ b/share/man/man9/VOP_ACCESS.9
@@ -140,7 +140,8 @@ vop_access(struct vnode *vp, int mode, struct ucred *cred, struct thread *td)
.It Bq Er EPERM
An attempt was made to change an immutable file.
.It Bq Er EACCES
-Permission denied
+The permission bits the file mode or the ACL do not permit the
+requested access.
.El
.Sh SEE ALSO
.Xr vaccess 9 ,
diff --git a/share/man/man9/VOP_ACLCHECK.9 b/share/man/man9/VOP_ACLCHECK.9
index ff9de9e..4e3f254 100644
--- a/share/man/man9/VOP_ACLCHECK.9
+++ b/share/man/man9/VOP_ACLCHECK.9
@@ -82,9 +82,9 @@ then zero is returned. Otherwise, an appropriate error code is returned.
.It Bq Er EINVAL
The ACL type passed is invalid for this vnode, or the ACL data is invalid.
.It Bq Er EACCES
-Permission denied
+The file or directory ACL does not permit access.
.It Bq Er ENOMEM
-Insufficient memory available to fulfill request
+Sufficient memory is not available to fulfill the request.
.It Bq Er EOPNOTSUPP
The filesystem does not support
.Fn VOP_ACLCHECK .
diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9
index 7742947..1f77e82 100644
--- a/share/man/man9/VOP_ATTRIB.9
+++ b/share/man/man9/VOP_ATTRIB.9
@@ -153,7 +153,7 @@ vop_setattr(struct vnode *vp, struct vattr *vap,
.It Bq Er EPERM
The file is immutable.
.It Bq Er EACCES
-Permission denied
+The caller does not have permission to modify the file or directory attributes.
.It Bq Er EROFS
The filesystem is read-only.
.El
diff --git a/share/man/man9/VOP_CREATE.9 b/share/man/man9/VOP_CREATE.9
index 026d994..1223dae 100644
--- a/share/man/man9/VOP_CREATE.9
+++ b/share/man/man9/VOP_CREATE.9
@@ -169,7 +169,7 @@ bad:
.It Bq Er ENOSPC
The filesystem is full.
.It Bq Er EDQUOT
-Quota exceeded.
+The user's filesystem space or inode quota would be exceeded.
.El
.Sh SEE ALSO
.Xr VOP_LOOKUP 9
diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9
index 282c2f2..47b2a81 100644
--- a/share/man/man9/VOP_GETACL.9
+++ b/share/man/man9/VOP_GETACL.9
@@ -79,9 +79,9 @@ an appropriate error code is returned.
.It Bq Er EINVAL
The ACL type passed is invalid for this vnode.
.It Bq Er EACCES
-Permission denied
+The the caller does not have the appropriate privilege.
.It Bq Er ENOMEM
-Insufficient memory available to fulfill request
+Sufficient memory is not available to fulfill the request.
.It Bq Er EOPNOTSUPP
The filesystem does not support
.Fn VOP_GETACL .
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9
index bb7c423..2cd3ce6 100644
--- a/share/man/man9/VOP_GETEXTATTR.9
+++ b/share/man/man9/VOP_GETEXTATTR.9
@@ -101,12 +101,12 @@ reflect data read. Otherwise, an appropriate error code is returned.
.It Bq Er ENOENT
The attribute name is not defined for this vnode.
.It Bq Er EACCES
-Permission denied
+The the caller does not have the appropriate privilege.
.It Bq Er ENXIO
The request was not valid in this filesystem for the specified vnode and
attribute name.
.It Bq Er ENOMEM
-Insufficient memory available to fulfill request
+Sufficient memory is not available to fulfill the request.
.It Bq Er EFAULT
The uio structure refers to an invalid userspace address.
.It Bq Er EINVAL
diff --git a/share/man/man9/VOP_READDIR.9 b/share/man/man9/VOP_READDIR.9
index 2647dee..fe0a1a6b 100644
--- a/share/man/man9/VOP_READDIR.9
+++ b/share/man/man9/VOP_READDIR.9
@@ -155,7 +155,7 @@ vop_readdir(struct vnode *vp, struct uio *uio, struct ucred *cred,
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EINVAL
-attempt to read from an illegal offset in the directory
+An attempt was made to read from an illegal offset in the directory.
.It Bq Er EIO
A read error occurred while reading the directory.
.El
diff --git a/share/man/man9/VOP_REMOVE.9 b/share/man/man9/VOP_REMOVE.9
index e03899a..8964457 100644
--- a/share/man/man9/VOP_REMOVE.9
+++ b/share/man/man9/VOP_REMOVE.9
@@ -98,7 +98,7 @@ vop_remove(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
.It Bq Er EPERM
The file is immutable.
.It Bq Er ENOTEMPTY
-attempt to remove a directory which is not empty
+An attempt was made to remove a directory which is not empty.
.El
.Sh SEE ALSO
.Xr vnode 9 ,
diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9
index 6a5c9ba..2424e13 100644
--- a/share/man/man9/VOP_RENAME.9
+++ b/share/man/man9/VOP_RENAME.9
@@ -295,13 +295,17 @@ out:
.It Bq Er EPERM
The file is immutable.
.It Bq Er EXDEV
-cross device move
+It is not possible to rename a file between different file systems.
.It Bq Er EINVAL
-illegal directory rename
+An attempt was made to rename
+.Ql .\&
+or
+.Ql \&.. ,
+or a perform an operation which would break the directory tree structure.
.It Bq Er ENOTDIR
-attempt to rename a directory to a file or vice versa
+An attempt was made to rename a directory to a file or vice versa.
.It Bq Er ENOTEMPTY
-attempt to remove a directory which is not empty
+An attempt was made to remove a directory which is not empty.
.El
.Sh SEE ALSO
.Xr vnode 9
diff --git a/share/man/man9/VOP_SETACL.9 b/share/man/man9/VOP_SETACL.9
index b7591f2..5fd76bc 100644
--- a/share/man/man9/VOP_SETACL.9
+++ b/share/man/man9/VOP_SETACL.9
@@ -83,9 +83,9 @@ appropriate error code is returned.
.It Bq Er EINVAL
The ACL type passed is invalid for this vnode, or the ACL data is invalid.
.It Bq Er EACCES
-Permission denied
+The the caller does not have the appropriate privilege.
.It Bq Er ENOMEM
-Insufficient memory available to fulfill request
+Sufficient memory is not available to fulfill the request.
.It Bq Er EOPNOTSUPP
The filesystem does not support
.Fn VOP_SETACL .
diff --git a/share/man/man9/VOP_SETEXTATTR.9 b/share/man/man9/VOP_SETEXTATTR.9
index 2ff01c4..9269552 100644
--- a/share/man/man9/VOP_SETEXTATTR.9
+++ b/share/man/man9/VOP_SETEXTATTR.9
@@ -91,7 +91,7 @@ Otherwise, an appropriate error code is returned.
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EACCES
-Permission denied
+The the caller does not have the appropriate privilege.
.It Bq Er ENXIO
The request was not valid in this filesystem for the specified vnode and
attribute name.
OpenPOWER on IntegriCloud