aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-03-26 23:02:17 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-03-26 23:02:17 +0000
commitcbdcc7cb91b22d7a9f65f237da0ed1eeb8365f4a (patch)
treec20382334c66c929591e86e8bf52730b6e5fe4ae
parentdad3b6c6fd41ae85474bda91ea5282c8cca3d8c5 (diff)
downloadsrc-cbdcc7cb91b22d7a9f65f237da0ed1eeb8365f4a.tar.gz
src-cbdcc7cb91b22d7a9f65f237da0ed1eeb8365f4a.zip
Removed no longer existing CTL_MACHDEP defines.
Inspired by: phk
Notes
Notes: svn path=/head/; revision=177652
-rw-r--r--lib/libc/gen/sysctl.313
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index ebf7dfbdb6d0..bded0d15ba19 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -28,7 +28,7 @@
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
-.Dd October 16, 2007
+.Dd March 27, 2008
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -534,17 +534,6 @@ Each element of the array contains the kernel address of a vnode
followed by the vnode itself
.Va struct vnode .
.El
-.Ss CTL_MACHDEP
-The set of variables defined is architecture dependent.
-The following variables are defined for the i386 architecture.
-.Bl -column "CONSOLE_DEVICEXXX" "struct bootinfoXXX" -offset indent
-.It Sy "Second level name Type Changeable"
-.It Li "CPU_CONSDEV dev_t no"
-.It Li "CPU_ADJKERNTZ int yes"
-.It Li "CPU_DISRTCSET int yes"
-.It Li "CPU_BOOTINFO struct bootinfo no"
-.It Li "CPU_WALLCLOCK int yes"
-.El
.Ss CTL_NET
The string and integer information available for the CTL_NET level
is detailed below.