summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_VGET.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VFS_VGET.9')
-rw-r--r--share/man/man9/VFS_VGET.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VFS_VGET.9 b/share/man/man9/VFS_VGET.9
index ee015de..eb93c4b 100644
--- a/share/man/man9/VFS_VGET.9
+++ b/share/man/man9/VFS_VGET.9
@@ -46,7 +46,7 @@ This converts an inode number into a locked vnode.
Its arguments are:
.Bl -tag -width ".Ar flags"
.It Ar mp
-The filesystem.
+The file system.
.It Ar ino
The inode representing the file.
.It Ar flags
@@ -55,14 +55,14 @@ Additional locking flags to pass through.
Return parameter for the vnode.
.El
.Pp
-This is an optional filesystem entry-point for filesystems which have a
-unique id number for every file in the filesystem. It is used
-internally by the UFS filesystem and also by the NFSv3 server to
+This is an optional file system entry-point for file systems which have a
+unique id number for every file in the file system. It is used
+internally by the UFS file system and also by the NFSv3 server to
implement the
.Dv READDIRPLUS
nfs call.
.Pp
-If the filesystem does not support this call, then it should return
+If the file system does not support this call, then it should return
.Er EOPNOTSUPP .
.Sh SEE ALSO
.Xr VFS 9 ,
OpenPOWER on IntegriCloud