aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VFS_STATFS.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
commit8d5d039f80a8d31947f4e84af20e8a56d0009c32 (patch)
tree8a8960200349aa661a39654202f6e0adc5e7360e /share/man/man9/VFS_STATFS.9
parente66cdcd7e074533df2cf60b30ee57b5607535d28 (diff)
downloadsrc-8d5d039f80a8d31947f4e84af20e8a56d0009c32.tar.gz
src-8d5d039f80a8d31947f4e84af20e8a56d0009c32.zip
Uniformly refer to a file system as "file system".
Approved by: re
Notes
Notes: svn path=/head/; revision=107788
Diffstat (limited to 'share/man/man9/VFS_STATFS.9')
-rw-r--r--share/man/man9/VFS_STATFS.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VFS_STATFS.9 b/share/man/man9/VFS_STATFS.9
index 9a157c640bb0..8ab457f93feb 100644
--- a/share/man/man9/VFS_STATFS.9
+++ b/share/man/man9/VFS_STATFS.9
@@ -33,7 +33,7 @@
.Dt VFS_STATFS 9
.Sh NAME
.Nm VFS_STATFS
-.Nd return filesystem status
+.Nd return file system status
.Sh SYNOPSIS
.In sys/param.h
.In sys/mount.h
@@ -41,17 +41,17 @@
.Ft int
.Fn VFS_STATFS "struct mount *mp" "struct statfs *sbp" "struct thread *td"
.Sh DESCRIPTION
-This call returns various pieces of information about the filesystem,
+This call returns various pieces of information about the file system,
including recommended I/O sizes, free space, free inodes, etc.
.Pp
Its arguments are:
.Bl -tag -width sbp
.It Ar mp
-The filesystem.
+The file system.
.It Ar sbp
-Return parameter for the filesystem's status.
+Return parameter for the file system's status.
.It Ar td
-The thread which is querying the filesystem.
+The thread which is querying the file system.
.El
.Sh SEE ALSO
.Xr VFS 9 ,