diff options
Diffstat (limited to 'share/man/man9/VFS_START.9')
-rw-r--r-- | share/man/man9/VFS_START.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/VFS_START.9 b/share/man/man9/VFS_START.9 index 64ab8c751032..5cec4e3f12d7 100644 --- a/share/man/man9/VFS_START.9 +++ b/share/man/man9/VFS_START.9 @@ -33,7 +33,7 @@ .Dt VFS_START 9 .Sh NAME .Nm VFS_START -.Nd make a filesystem operational +.Nd make a file system operational .Sh SYNOPSIS .In sys/param.h .In sys/mount.h @@ -43,15 +43,15 @@ .Sh DESCRIPTION This is called after .Xr VFS_MOUNT 9 -and before the first access to the filesystem. +and before the first access to the file system. Its arguments are: .Bl -tag -width flags .It Ar mp -The filesystem. +The file system. .It Ar flags ?? .It Ar td -Thread which is starting the filesystem. +Thread which is starting the file system. .El .Sh SEE ALSO .Xr VFS 9 , |