summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_FHTOVP.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_FHTOVP.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_FHTOVP.9')
-rw-r--r--share/man/man9/VFS_FHTOVP.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VFS_FHTOVP.9 b/share/man/man9/VFS_FHTOVP.9
index 5eb5867..a5d4432 100644
--- a/share/man/man9/VFS_FHTOVP.9
+++ b/share/man/man9/VFS_FHTOVP.9
@@ -46,19 +46,19 @@ This is used by the NFS server to turn an NFS filehandle into a vnode.
Its arguments are:
.Bl -tag -width vpp
.It Ar mp
-The filesystem.
+The file system.
.It Ar fhp
The filehandle to convert.
.It Ar vpp
Return parameter for the new locked vnode.
.El
.Pp
-The contents of the filehandle are defined by the filesystem and are
+The contents of the filehandle are defined by the file system and are
not examined by any other part of the system. It should contain
-enough information to uniquely identify a file within the filesystem
-as well as noticing when a file has been removed and the filesystem
+enough information to uniquely identify a file within the file system
+as well as noticing when a file has been removed and the file system
resources have been reused for a new file. For instance, UFS
-filesystem stores the inode number and inode generation counter in its
+file system stores the inode number and inode generation counter in its
filehandle.
.Pp
A call to this function should generally be preceded by a call to
OpenPOWER on IntegriCloud