summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1998-02-28 15:37:25 +0000
committerjraynard <jraynard@FreeBSD.org>1998-02-28 15:37:25 +0000
commite34d61643bee68758af1b09e3d77cc1ecee378f9 (patch)
tree9db73c11ad9fd34ce73689eceea5cef2febddec7 /share
parentc8c52f6eb78396b2944d57cbb8361182e8a4f045 (diff)
downloadFreeBSD-src-e34d61643bee68758af1b09e3d77cc1ecee378f9.zip
FreeBSD-src-e34d61643bee68758af1b09e3d77cc1ecee378f9.tar.gz
Fix a few typos.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/malloc.92
-rw-r--r--share/man/man9/vnode.96
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 605c91a..a78563e 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -101,7 +101,7 @@ will never return
.Dv NULL .
Note that
.Dv M_WAITOK
-is conveniently defined to be 0, and hence maybe or'ed into the
+is conveniently defined to be 0, and hence may be or'ed into the
.Fa flags
argument to indicate that it's Ok to wait for resources.
.El
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index 30ecfd6..e6e007b 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: vnode.9,v 1.3 1997/04/13 14:49:11 bde Exp $
+.\" $Id: vnode.9,v 1.4 1997/10/11 07:39:45 phk Exp $
.\"
.Dd July 24, 1996
.Os
@@ -140,7 +140,7 @@ using this vnode. This count is maintained by
.Xr vrele 9
and
.Xr vput 9 .
-The second is the number of clients withing the kernel who veto
+The second is the number of clients within the kernel who veto
the recycling of this vnode. This count is
maintained by
.Xr vhold 9
@@ -152,7 +152,7 @@ and the
.Dv v_holdcnt
of a vnode reaches zero then the vnode will be put on the freelist
and may be reused for another file, possibly in another filesystem.
-The transistion to and from the freelist is handled by
+The transition to and from the freelist is handled by
.Xr getnetvnode 9 ,
.Xr vfree 9
and
OpenPOWER on IntegriCloud