summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_CREATE.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VOP_CREATE.9')
-rw-r--r--share/man/man9/VOP_CREATE.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_CREATE.9 b/share/man/man9/VOP_CREATE.9
index 1223dae..558adac 100644
--- a/share/man/man9/VOP_CREATE.9
+++ b/share/man/man9/VOP_CREATE.9
@@ -155,7 +155,7 @@ bad:
vput(vp);
/*
- * Deallocate filesystem resources for vp.
+ * Deallocate file system resources for vp.
*/
...;
@@ -167,9 +167,9 @@ bad:
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er ENOSPC
-The filesystem is full.
+The file system is full.
.It Bq Er EDQUOT
-The user's filesystem space or inode quota would be exceeded.
+The user's file system space or inode quota would be exceeded.
.El
.Sh SEE ALSO
.Xr VOP_LOOKUP 9
OpenPOWER on IntegriCloud