mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 12:01:09 +01:00
Since the ``-w'' sysctl(8) option has been deprecated,
don't mention it in the manpages.
This commit is contained in:
parent
86c393fc09
commit
7e7cdfa09d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80634
@ -196,7 +196,7 @@ in the system, one would use the following request:
|
|||||||
To set the maximum number of processes allowed
|
To set the maximum number of processes allowed
|
||||||
per uid to 1000, one would use the following request:
|
per uid to 1000, one would use the following request:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl "sysctl -w kern.maxprocperuid=1000"
|
.Dl "sysctl kern.maxprocperuid=1000"
|
||||||
.Pp
|
.Pp
|
||||||
Information about the system clock rate may be obtained with:
|
Information about the system clock rate may be obtained with:
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -37,7 +37,7 @@ file is read in when the system goes into multi-user mode to set default
|
|||||||
settings for the kernel. The
|
settings for the kernel. The
|
||||||
.Pa /etc/sysctl.conf
|
.Pa /etc/sysctl.conf
|
||||||
is in the format of the
|
is in the format of the
|
||||||
.Dq "sysctl -w"
|
.Xr sysctl 8
|
||||||
command, i.e.
|
command, i.e.
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
sysctl_mib=value
|
sysctl_mib=value
|
||||||
|
Loading…
Reference in New Issue
Block a user