summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vfs_mountedon.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/vfs_mountedon.9')
-rw-r--r--share/man/man9/vfs_mountedon.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vfs_mountedon.9 b/share/man/man9/vfs_mountedon.9
index 07f2b09..bdf53d0 100644
--- a/share/man/man9/vfs_mountedon.9
+++ b/share/man/man9/vfs_mountedon.9
@@ -31,7 +31,7 @@
.Os
.Sh NAME
.Nm vfs_mountedon
-.Nd "check if the vnode belongs to a mounted filesystem"
+.Nd "check if the vnode belongs to a mounted file system"
.Sh SYNOPSIS
.In sys/param.h
.In sys/mount.h
@@ -49,7 +49,7 @@ If the mount is valid, the vnode is considered to be busy.
A common use of
.Fn vfs_mountedon
is to call it on device vnodes to determine if they are already associated with
-a filesystem.
+a file system.
This is done to prevent multiple mounts on the same device.
.Sh RETURN VALUES
.Er EBUSY
OpenPOWER on IntegriCloud