diff options
author | ru <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
commit | 041d1287e88250bf06ad159c6c696bd653a77957 (patch) | |
tree | 8a8960200349aa661a39654202f6e0adc5e7360e /share/man/man9/VFS_START.9 | |
parent | 719bf117173e17f5286b995c031a11d553149e50 (diff) | |
download | FreeBSD-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_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 64ab8c7..5cec4e3 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 , |