diff options
author | Don Lewis <truckman@FreeBSD.org> | 2002-09-18 22:12:43 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2002-09-18 22:12:43 +0000 |
commit | 81f8d226f96dbdbf262f2e492b82705fe2bfa4b7 (patch) | |
tree | 06de2521edbe95dd25ad7429cae77690cf734238 /share/man/man9/VOP_GETEXTATTR.9 | |
parent | 724b7a2be2bc507dce034a47d006656422862833 (diff) |
Convert descriptions in the ERRORS section to full sentences if they
were not full sentences, elaborating as necessary.
Notes
Notes:
svn path=/head/; revision=103566
Diffstat (limited to 'share/man/man9/VOP_GETEXTATTR.9')
-rw-r--r-- | share/man/man9/VOP_GETEXTATTR.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index bb7c423a099b..2cd3ce6cc899 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 |