summaryrefslogtreecommitdiff
path: root/share/man/man9/pmap.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/pmap.9')
-rw-r--r--share/man/man9/pmap.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/pmap.9 b/share/man/man9/pmap.9
index a56c4d60082..fd5c4c0c294 100644
--- a/share/man/man9/pmap.9
+++ b/share/man/man9/pmap.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pmap.9,v 1.3 2002/09/10 20:54:21 wcobb Exp $
+.\" $OpenBSD: pmap.9,v 1.4 2003/04/20 20:00:25 jmc Exp $
.\"
.\" Copyright (c) 2001, 2002 CubeSoft Communications, Inc.
.\" <http://www.csoft.org>
@@ -11,7 +11,7 @@
.\" 2. Neither the name of CubeSoft Communications, nor the names of its
.\" contributors may be used to endorse or promote products derived from
.\" this software without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -169,7 +169,7 @@ the page being faulted in.
If
.Fn pmap_enter
is called to enter a mapping at a virtual address for which a mapping
-already exists, the previous mapping must in invalidated.
+already exists, the previous mapping must be invalidated.
.Fn pmap_enter
is sometimes called to change the protection for a pre-existing mapping,
or to change the
@@ -331,7 +331,7 @@ The
.Fn pmap_destroy
function decrements the reference count on physical map
.Fa pmap
-and retire it from service if the count drops to zero, assuming
+and retires it from service if the count drops to zero, assuming
it contains no valid mappings.
.Sh OPTIONAL FUNCTIONS
.nr nS 1