summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_ACLCHECK.9
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/VOP_ACLCHECK.9
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/VOP_ACLCHECK.9')
-rw-r--r--share/man/man9/VOP_ACLCHECK.94
1 files changed, 2 insertions, 2 deletions
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 .
OpenPOWER on IntegriCloud