summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getvfsbyname.3
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 /lib/libc/gen/getvfsbyname.3
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 'lib/libc/gen/getvfsbyname.3')
-rw-r--r--lib/libc/gen/getvfsbyname.314
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/gen/getvfsbyname.3 b/lib/libc/gen/getvfsbyname.3
index 277b964..067e87a 100644
--- a/lib/libc/gen/getvfsbyname.3
+++ b/lib/libc/gen/getvfsbyname.3
@@ -37,7 +37,7 @@
.Os
.Sh NAME
.Nm getvfsbyname
-.Nd get information about a filesystem
+.Nd get information about a file system
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
@@ -49,9 +49,9 @@
The
.Fn getvfsbyname
function provides access to information about a
-filesystem module that is configured in the kernel.
+file system module that is configured in the kernel.
If successful,
-the requested filesystem
+the requested file system
.Fa xvfsconf
is returned in the location pointed to by
.Fa vfc .
@@ -61,11 +61,11 @@ are defined as follows:
.Pp
.Bl -tag -compact -width vfc_refcount
.It vfc_name
-the name of the filesystem
+the name of the file system
.It vfc_typenum
-the filesystem type number assigned by the kernel
+the file system type number assigned by the kernel
.It vfc_refcount
-the number of active mount points using the filesystem
+the number of active mount points using the file system
.It vfc_flags
flag bits, as described below
.El
@@ -98,7 +98,7 @@ pointer contains an invalid address.
.It Bq Er ENOENT
The
.Fa name
-specifies a filesystem that is unknown or not configured in the kernel.
+specifies a file system that is unknown or not configured in the kernel.
.El
.Sh SEE ALSO
.Xr mount 2 ,
OpenPOWER on IntegriCloud