aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorHiten Pandya <hmp@FreeBSD.org>2003-05-31 14:20:30 +0000
committerHiten Pandya <hmp@FreeBSD.org>2003-05-31 14:20:30 +0000
commite07f1d5fd72491f8b5f6aaffba8a9d4ebfe7b7ad (patch)
tree3c16266b11149211ab1d99ba6a7e9c845bf368d9 /share/man/man9
parent0640e9e01b3e93e057629a848b7870f30427c609 (diff)
Various mdoc(7) fixes:
Add devfs(5) reference - make_dev.9 Change .Xr from VFS_VGET(9) to vget(9) - vnode.9 Spelling fix, 'useage' to 'usage' - zone.9 Approved by: des (mentor)
Notes
Notes: svn path=/head/; revision=115441
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/make_dev.92
-rw-r--r--share/man/man9/vnode.92
-rw-r--r--share/man/man9/zone.92
3 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/make_dev.9 b/share/man/man9/make_dev.9
index 2c6fa7e1fadb..d819fcd24e63 100644
--- a/share/man/man9/make_dev.9
+++ b/share/man/man9/make_dev.9
@@ -121,6 +121,8 @@ child device(s),
if any exist.
A device may simultaneously be a parent and a child,
so it is possible to build a complete hierarchy.
+.Sh SEE ALSO
+.Xr devfs 5
.Sh HISTORY
The
.Fn make_dev
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index f57d9b69a670..3191299d1dd3 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -80,7 +80,7 @@ and
system calls.
.Pp
Any call which returns a vnode (e.g.\&
-.Xr VFS_GET 9 ,
+.Xr vget 9 ,
.Xr VOP_LOOKUP 9
etc.)
will increase the
diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9
index 43076b99e5bf..6c9746557355 100644
--- a/share/man/man9/zone.9
+++ b/share/man/man9/zone.9
@@ -105,7 +105,7 @@ respectively.
Their purpose is to provide hooks for initializing or
destroying things that need to be done at the time of the allocation
or release of a resource.
-A good useage for the
+A good usage for the
.Fa ctor
and
.Fa dtor