Source-Changes-HG archive

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

[src/netbsd-7]: src/share/man/man9 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/9a6f30c611b6
branches:  netbsd-7
changeset: 798364:9a6f30c611b6
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Sep 21 18:33:20 2014 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #103):
        share/man/man9/uvm_map.9: revision 1.6
Fix typo: mask, not mark.

diffstat:

 share/man/man9/uvm_map.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dbca3ce8306d -r 9a6f30c611b6 share/man/man9/uvm_map.9
--- a/share/man/man9/uvm_map.9  Sun Sep 21 18:31:06 2014 +0000
+++ b/share/man/man9/uvm_map.9  Sun Sep 21 18:33:20 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: uvm_map.9,v 1.5 2014/05/21 12:15:25 wiz Exp $
+.\"    $NetBSD: uvm_map.9,v 1.5.2.1 2014/09/21 18:33:20 snj Exp $
 .\"
 .\" Copyright (c) 1998 Matthew R. Green
 .\" All rights reserved.
@@ -190,7 +190,7 @@
 .It UVM_INH_NONE
 No inheritance.
 .It UVM_INH_MASK
-Mark to extract inherit flags.
+Mask to extract inherit flags.
 .El
 .Pp
 The values that



Home | Main Index | Thread Index | Old Index