Source-Changes-HG archive

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

[src/trunk]: src <vm/vm_param.h> is now <uvm/uvm_param.h>



details:   https://anonhg.NetBSD.org/src/rev/7421cf0e6eaf
branches:  trunk
changeset: 493932:7421cf0e6eaf
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 27 09:10:24 2000 +0000

description:
<vm/vm_param.h> is now <uvm/uvm_param.h>

diffstat:

 lib/libc/gen/sysctl.3  |  4 ++--
 lib/libc/sys/swapctl.2 |  6 ++++--
 sbin/sysctl/sysctl.8   |  4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 9790841840c2 -r 7421cf0e6eaf lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Tue Jun 27 09:09:51 2000 +0000
+++ b/lib/libc/gen/sysctl.3     Tue Jun 27 09:10:24 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.3,v 1.58 2000/06/16 00:45:48 simonb Exp $
+.\"    $NetBSD: sysctl.3,v 1.59 2000/06/27 09:10:25 mrg Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -129,7 +129,7 @@
 .It CTL\_NET   sys/socket.h    Networking
 .It CTL\_PROC  sys/sysctl.h    Per-process
 .It CTL\_USER  sys/sysctl.h    User-level
-.It CTL\_VM    vm/vm_param.h   Virtual memory
+.It CTL\_VM    uvm/uvm_param.h Virtual memory
 .El
 .Pp
 For example, the following retrieves the maximum number of processes allowed
diff -r 9790841840c2 -r 7421cf0e6eaf lib/libc/sys/swapctl.2
--- a/lib/libc/sys/swapctl.2    Tue Jun 27 09:09:51 2000 +0000
+++ b/lib/libc/sys/swapctl.2    Tue Jun 27 09:10:24 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: swapctl.2,v 1.15 2000/02/28 14:32:53 enami Exp $
+.\"    $NetBSD: swapctl.2,v 1.16 2000/06/27 09:10:26 mrg Exp $
 .\"
 .\" Copyright (c) 1997 Matthew R. Green
 .\" Copyright (c) 1980, 1991, 1993
@@ -220,4 +220,6 @@
 in
 .Nx 1.4 ,
 when the header file was also moved from
-.Pa <vm/vm_swap.h> .
+.Pa <vm/vm_swap.h> ,
+to its current location in
+.Pa <sys/swap.h> .
diff -r 9790841840c2 -r 7421cf0e6eaf sbin/sysctl/sysctl.8
--- a/sbin/sysctl/sysctl.8      Tue Jun 27 09:09:51 2000 +0000
+++ b/sbin/sysctl/sysctl.8      Tue Jun 27 09:10:24 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.8,v 1.47 2000/05/23 12:35:35 itojun Exp $
+.\"    $NetBSD: sysctl.8,v 1.48 2000/06/27 09:10:24 mrg Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -374,7 +374,7 @@
 definitions for second level network identifiers
 .It Pa <sys/gmon.h>
 definitions for third level profiling identifiers
-.It Pa <vm/vm_param.h>
+.It Pa <uvm/uvm_param.h>
 definitions for second level virtual memory identifiers
 .It Pa <netinet/in.h>
 definitions for third level IPv4/v6 identifiers and



Home | Main Index | Thread Index | Old Index