diff options
Diffstat (limited to 'share/man/man9/VFS.9')
-rw-r--r-- | share/man/man9/VFS.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VFS.9 b/share/man/man9/VFS.9 index 5a8f008..dc46c5c 100644 --- a/share/man/man9/VFS.9 +++ b/share/man/man9/VFS.9 @@ -33,11 +33,11 @@ .Dt VFS 9 .Sh NAME .Nm VFS -.Nd kernel interface to filesystems +.Nd kernel interface to file systems .Sh DESCRIPTION -Calls used to set or query filesystems for settings or information. +Calls used to set or query file systems for settings or information. .Pp -Filesystems that don't implement a VFS operation should use the appropriate +File systems that don't implement a VFS operation should use the appropriate .Fa vfs_std function from .Pa src/sys/kern/vfs_default.c |