Module Name: src
Committed By: yamt
Date: Thu Feb 16 12:10:10 UTC 2012
Modified Files:
src/share/man/man9: pmap.9
Log Message:
fix a description of PMAP_PREFER argument.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/share/man/man9/pmap.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/pmap.9
diff -u src/share/man/man9/pmap.9:1.43 src/share/man/man9/pmap.9:1.44
--- src/share/man/man9/pmap.9:1.43 Tue Jul 6 20:50:33 2010
+++ src/share/man/man9/pmap.9 Thu Feb 16 12:10:10 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: pmap.9,v 1.43 2010/07/06 20:50:33 cegger Exp $
+.\" $NetBSD: pmap.9,v 1.44 2012/02/16 12:10:10 yamt Exp $
.\"
.\" Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 4, 2009
+.Dd February 16, 2012
.Dt PMAP 9
.Os
.Sh NAME
@@ -1099,7 +1099,7 @@ will be advanced.
.Fa hint
is an object offset which will be mapped into the resulting virtual address, and
.Fa sz
-is size of the object.
+is size of the region being mapped in bytes.
.Fa td
indicates if the machine dependent pmap uses the topdown VM.
.Pp