summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_ATTRIB.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VOP_ATTRIB.9')
-rw-r--r--share/man/man9/VOP_ATTRIB.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9
index 1f77e82..e75958b 100644
--- a/share/man/man9/VOP_ATTRIB.9
+++ b/share/man/man9/VOP_ATTRIB.9
@@ -94,7 +94,7 @@ vop_getattr(struct vnode *vp, struct vattr *vap,
{
/*
* Fill in the contents of *vap with information from
- * the filesystem.
+ * the file system.
*/
...;
@@ -155,7 +155,7 @@ The file is immutable.
.It Bq Er EACCES
The caller does not have permission to modify the file or directory attributes.
.It Bq Er EROFS
-The filesystem is read-only.
+The file system is read-only.
.El
.Sh SEE ALSO
.Xr VFS 9 ,
OpenPOWER on IntegriCloud