summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/sysctl/sysctl.811
1 files changed, 1 insertions, 10 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 942fd7c..4084290 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -28,7 +28,7 @@
.\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd September 15, 2005
+.Dd November 28, 2007
.Dt SYSCTL 8
.Os
.Sh NAME
@@ -198,7 +198,6 @@ denote
.It "kern.osreldate string no
.It "kern.bootfile string yes
.It "kern.corefile string yes
-.It "kern.dumpdev dev_t yes
.It "kern.logsigexit integer yes
.It "security.bsd.suser_enabled integer yes
.It "security.bsd.see_other_uids integer yes
@@ -270,14 +269,6 @@ per uid to 1000, one would use the following request:
.Pp
.Dl "sysctl kern.maxprocperuid=1000"
.Pp
-The device used for crash dumps can be specified using:
-.Pp
-.Dl "sysctl kern.dumpdev=/dev/somedev"
-.Pp
-which is equivalent to
-.Pp
-.Dl "dumpon /dev/somedev"
-.Pp
Information about the system clock rate may be obtained with:
.Pp
.Dl "sysctl kern.clockrate"
OpenPOWER on IntegriCloud