mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
Remove mentionings of kern.dumpdev which is no longer available.
PR: docs/113570 Submitted by: lawrance MFC After: 3 days (where applicable)
This commit is contained in:
parent
4a411b9fcc
commit
169575e183
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174024
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user