summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_VGET.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
committerru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
commit041d1287e88250bf06ad159c6c696bd653a77957 (patch)
tree8a8960200349aa661a39654202f6e0adc5e7360e /share/man/man9/VFS_VGET.9
parent719bf117173e17f5286b995c031a11d553149e50 (diff)
downloadFreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.zip
FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.tar.gz
Uniformly refer to a file system as "file system".
Approved by: re
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