diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-05-16 05:21:58 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-05-16 05:21:58 +0000 |
commit | 0e85d620bccbb25075a28e2ba2d82333a0f1eb17 (patch) | |
tree | 7dc242848af509e4815610c47e7895009e9abdf0 /share/man/man9/VOP_GETEXTATTR.9 | |
parent | 248602a1b243fda3594e053fbe40a43166adf0b0 (diff) |
More file system > filesystem
Notes
Notes:
svn path=/head/; revision=96711
Diffstat (limited to 'share/man/man9/VOP_GETEXTATTR.9')
-rw-r--r-- | share/man/man9/VOP_GETEXTATTR.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index 257f66b9ba2f..5a54c461f9b7 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -88,7 +88,7 @@ This setting might be used to allow the kernel to authorize extended attribute retrieval that the active process might not be permitted to do. .Pp -Extended attribute semantics may vary by file system implementing the call. +Extended attribute semantics may vary by filesystem implementing the call. More information on extended attributes may be found in .Xr extattr 9 . .Sh LOCKS @@ -103,7 +103,7 @@ The attribute name is not defined for this vnode .It Bq Er EACCES Permission denied .It Bq Er ENXIO -The request was not valid in this file system for the specified vnode and +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 @@ -116,7 +116,7 @@ or .Fa uio argument is invalid. .It Bq Er EOPNOTSUPP -The file system does not support +The filesystem does not support .Fn VOP_GETEXTATTR .El .Sh SEE ALSO |