Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Drop trailing whitespace, typo fix, and some ...



details:   https://anonhg.NetBSD.org/src/rev/f0175ca04c6f
branches:  trunk
changeset: 579996:f0175ca04c6f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 04 08:25:44 2005 +0000

description:
Drop trailing whitespace, typo fix, and some additional articles.

diffstat:

 share/man/man9/uvm.9 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 142291c3bbd6 -r f0175ca04c6f share/man/man9/uvm.9
--- a/share/man/man9/uvm.9      Mon Apr 04 08:19:00 2005 +0000
+++ b/share/man/man9/uvm.9      Mon Apr 04 08:25:44 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: uvm.9,v 1.63 2005/04/01 12:04:00 yamt Exp $
+.\"    $NetBSD: uvm.9,v 1.64 2005/04/04 08:25:44 wiz Exp $
 .\"
 .\" Copyright (c) 1998 Matthew R. Green
 .\" All rights reserved.
@@ -538,7 +538,7 @@
 The alignment must be a multiple of page size.
 The
 .Fa flags
-is a bitwise inclusive OR of the allocation type and operation flags. 
+is a bitwise inclusive OR of the allocation type and operation flags.
 .Pp
 The allocation type should be one of:
 .Bl -tag -width UVM_KMF_PAGEABLE
@@ -547,10 +547,10 @@
 .It UVM_KMF_PAGEABLE
 Demand-paged zero-filled memory.
 .It UVM_KMF_VAONLY
-Virtuall address only.
+Virtual address only.
 No physical pages are mapped in the allocated region.
-If necessary, it's caller's responsibility to enter page mappings.
-It's also caller's responsibility to clean up the mappings before freeing
+If necessary, it's the caller's responsibility to enter page mappings.
+It's also the caller's responsibility to clean up the mappings before freeing
 the address range.
 .El
 .Pp



Home | Main Index | Thread Index | Old Index