summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vfs_getvfs.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_getvfs.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_getvfs.9')
-rw-r--r--share/man/man9/vfs_getvfs.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/vfs_getvfs.9 b/share/man/man9/vfs_getvfs.9
index 664470c..37d931b 100644
--- a/share/man/man9/vfs_getvfs.9
+++ b/share/man/man9/vfs_getvfs.9
@@ -31,7 +31,7 @@
.Os
.Sh NAME
.Nm vfs_getvfs
-.Nd "returns a mount point given its filesystem identifier"
+.Nd "returns a mount point given its file system identifier"
.Sh SYNOPSIS
.In sys/param.h
.In sys/mount.h
@@ -40,9 +40,9 @@
.Sh DESCRIPTION
The
.Fn vfs_getvfs
-function returns the mount point structure for a filesystem given its filesystem
+function returns the mount point structure for a file system given its file system
identifier.
-The filesystem ID should have been allocated by calling
+The file system ID should have been allocated by calling
.Xr vfs_getnewfsid 9 ;
otherwise, it will not be found.
.Pp
@@ -51,12 +51,12 @@ A major user of
is NFS, which uses the
.Vt fsid
as part of file handles in order to determine the
-filesystem a given RPC is for.
+file system a given RPC is for.
If
.Fn vfs_getvfs
fails to find the mount point related to
.Fa fsid ,
-the filesystem is considered stale.
+the file system is considered stale.
.Sh RETURN VALUES
If
.Fa fsid
OpenPOWER on IntegriCloud