summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vfs_mount.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-07-13 08:14:54 +0000
committerru <ru@FreeBSD.org>2001-07-13 08:14:54 +0000
commitebc943289bbbaf44b5f7581e9bb569a3fe9cbe82 (patch)
tree17cffa64cee9360f6e973369ec9da47fd2d5c272 /share/man/man9/vfs_mount.9
parent7ae8ee33fd00797bbcf398316a3f39724894c486 (diff)
downloadFreeBSD-src-ebc943289bbbaf44b5f7581e9bb569a3fe9cbe82.zip
FreeBSD-src-ebc943289bbbaf44b5f7581e9bb569a3fe9cbe82.tar.gz
Merge Chad's fixes.
Diffstat (limited to 'share/man/man9/vfs_mount.9')
-rw-r--r--share/man/man9/vfs_mount.913
1 files changed, 6 insertions, 7 deletions
diff --git a/share/man/man9/vfs_mount.9 b/share/man/man9/vfs_mount.9
index bb76ef4..7e7ee4e 100644
--- a/share/man/man9/vfs_mount.9
+++ b/share/man/man9/vfs_mount.9
@@ -67,13 +67,13 @@ for details.
.Dv MNT_EXPORTED , MNT_NOSUID , MNT_NODEV , MNT_UPDATE , MNT_RELOAD ,
.Dv MNT_FORCE , MNT_ASYNC , MNT_SYNCHRONOUS , MNT_UNION , MNT_NOATIME ,
.Dv MNT_SNAPSHOT , MNT_NOCLUSTERR , MNT_NOCLUSTERW , MNT_IGNORE ,
-.Dv MNT_UNION , MNT_NOSYMFOLLOW .
+.Dv MNT_UNION , MNT_NOSYMFOLLOW
.It Fa fsdata
Filesystem specific data structure.
It is in userspace
when passed to
.Fn vfs_mount
-and is left untouched when passed to filesystems
+and is left untouched when passed to filesystem's
.Fn mount .
.El
.Sh RETURN VALUES
@@ -112,19 +112,18 @@ or was unable to find the specified
module.
.El
.Pp
-Other errors can be returned by the filesystems
+Other errors can be returned by the filesystem's
.Fn mount
and
you should check the specific filesystem for details.
Also
this call relies on a large number of other kernel services
-whose errors it returns so this list my not be exhaustive.
+whose errors it returns so this list may not be exhaustive.
.Sh SEE ALSO
.Xr mount 2 ,
-.Xr mount 8 ,
-.Xr ffs_mount 9
+.Xr mount 8
.Pp
.Va vfs.usermount
.Sh AUTHORS
This man page was written by
-.An Chad David .
+.An Chad David Aq davidc@acns.ab.ca .
OpenPOWER on IntegriCloud