summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vfs_rootmountalloc.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-14 09:11:13 +0000
committerru <ru@FreeBSD.org>2001-12-14 09:11:13 +0000
commit5cbdc3fd68f69652ae7680ccce867f54dcfeddd7 (patch)
tree61ed68fe6d5c7568f5fc0295ecebad6da8de3536 /share/man/man9/vfs_rootmountalloc.9
parent1e98a2bc17719c5f5e790cc6121376192638812b (diff)
downloadFreeBSD-src-5cbdc3fd68f69652ae7680ccce867f54dcfeddd7.zip
FreeBSD-src-5cbdc3fd68f69652ae7680ccce867f54dcfeddd7.tar.gz
mdoc(7) police: markup, grammar and spelling nits.
Reviewed by: davidc
Diffstat (limited to 'share/man/man9/vfs_rootmountalloc.9')
-rw-r--r--share/man/man9/vfs_rootmountalloc.925
1 files changed, 17 insertions, 8 deletions
diff --git a/share/man/man9/vfs_rootmountalloc.9 b/share/man/man9/vfs_rootmountalloc.9
index 559b671..2cce8a5 100644
--- a/share/man/man9/vfs_rootmountalloc.9
+++ b/share/man/man9/vfs_rootmountalloc.9
@@ -31,25 +31,34 @@
.Os
.Sh NAME
.Nm vfs_rootmountalloc
-.Nd "allocate a root mount structure"
+.Nd "allocate a root"
+.Vt mount
+structure
.Sh SYNOPSIS
.In sys/param.h
-.In sys/vnode.h
+.In sys/mount.h
.Ft int
.Fn vfs_rootmountalloc "char *fstypename" "char *devname" "struct mount **mpp"
.Sh DESCRIPTION
.Fn vfs_rootmountalloc
-allocates a mount structure initialized from the vfsconf type
-that matches
+allocates a
+.Vt mount
+structure initialized from the
+.Vt vfsconf
+type that matches
.Fa fstypename .
.Sh RETURN VALUES
-If successful 0 is returned and
+If successful, 0 is returned and
.Fa mpp
-points to the newly allocated mount structure.
-.Dv ENODEV
+points to the newly allocated
+.Vt mount
+structure.
+.Er ENODEV
is returned if
.Fa fstypename
-is NULL or invalid.
+is
+.Dv NULL
+or invalid.
.Sh SEE ALSO
.Xr vfsconf 9
.Sh AUTHORS
OpenPOWER on IntegriCloud