Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libc/gen Um, undo last commit; done in error.



details:   https://anonhg.NetBSD.org/src/rev/cd7941b4b446
branches:  netbsd-1-5
changeset: 490669:cd7941b4b446
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 16:24:00 2001 +0000

description:
Um, undo last commit; done in error.

diffstat:

 lib/libc/gen/sysctl.3 |  18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

diffs (43 lines):

diff -r 43b8ff39ae56 -r cd7941b4b446 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Mon Feb 26 16:22:44 2001 +0000
+++ b/lib/libc/gen/sysctl.3     Mon Feb 26 16:24:00 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.3,v 1.58.2.5 2001/02/26 16:22:44 he Exp $
+.\"    $NetBSD: sysctl.3,v 1.58.2.6 2001/02/26 16:24:00 he Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -121,17 +121,15 @@
 .Pp
 .Bl -column CTLXMACHDEPXXX "Next level namesXXXXXX" -offset indent
 .It Sy Pa Name Next level names        Description
-.It CTL\_KERN  sys/sysctl.h    High kernel limits
-.It CTL\_VM    vm/vm_param.h   Virtual memory
+.It CTL\_DEBUG sys/sysctl.h    Debugging
 .It CTL\_VFS   sys/mount.h     Filesystem
-.It CTL\_NET   sys/socket.h    Networking
-.It CTL\_DEBUG sys/sysctl.h    Debugging
 .It CTL\_HW    sys/sysctl.h    Generic CPU, I/O
+.It CTL\_KERN  sys/sysctl.h    High kernel limits
 .It CTL\_MACHDEP       sys/sysctl.h    Machine dependent
+.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\_DDB   sys/sysctl.h    In-kernel debugger
-.It CTL\_PROC  sys/sysctl.h    Per-process
-.It CTL\_VENDOR        ?               Vendor specific
+.It CTL\_VM    vm/vm_param.h   Virtual memory
 .El
 .Pp
 For example, the following retrieves the maximum number of processes allowed
@@ -1287,10 +1285,6 @@
 DDB.  See
 .Xr ddb 4
 for more details.
-.Sh CTL_VENDOR
-The "vendor" toplevel name is reserved to be used by vendors who wish to
-have their own private MIB tree. Intended use is to store values under
-.Dq vendor.<yourname>.* .
 .Sh RETURN VALUES
 If the call to
 .Nm



Home | Main Index | Thread Index | Old Index