summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_INIT.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VFS_INIT.9')
-rw-r--r--share/man/man9/VFS_INIT.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/VFS_INIT.9 b/share/man/man9/VFS_INIT.9
index cadfe1c..0e48bd7 100644
--- a/share/man/man9/VFS_INIT.9
+++ b/share/man/man9/VFS_INIT.9
@@ -33,7 +33,7 @@
.Dt VFS_INIT 9
.Sh NAME
.Nm VFS_INIT
-.Nd initialize a filesystem
+.Nd initialize a file system
.Sh SYNOPSIS
.In sys/param.h
.In sys/mount.h
@@ -41,10 +41,10 @@
.Ft int
.Fn VFS_INIT
.Sh DESCRIPTION
-This function is called once to allow a filesystem to initialize any
+This function is called once to allow a file system to initialize any
global data structures that it might have. It is either called when
-the operating system boots or, for dynamically loaded filesystems,
-when the kernel module containing the filesystem is loaded.
+the operating system boots or, for dynamically loaded file systems,
+when the kernel module containing the file system is loaded.
.Sh SEE ALSO
.Xr VFS 9 ,
.Xr vnode 9
OpenPOWER on IntegriCloud