summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2001-07-30 14:18:14 +0000
committeryar <yar@FreeBSD.org>2001-07-30 14:18:14 +0000
commite74fb4323e170360154ed5e36057a0712ed38312 (patch)
treede96e16048e10d2713d8d167905ce4a80b3293b2
parent23487998fa234b8dea09962c1b969747a6dad703 (diff)
downloadFreeBSD-src-e74fb4323e170360154ed5e36057a0712ed38312.zip
FreeBSD-src-e74fb4323e170360154ed5e36057a0712ed38312.tar.gz
Since the ``-w'' sysctl(8) option has been deprecated,
don't mention it in the manpages.
-rw-r--r--sbin/sysctl/sysctl.82
-rw-r--r--share/man/man5/sysctl.conf.52
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 9ab3205..5adc2fc 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -196,7 +196,7 @@ in the system, one would use the following request:
To set the maximum number of processes allowed
per uid to 1000, one would use the following request:
.Pp
-.Dl "sysctl -w kern.maxprocperuid=1000"
+.Dl "sysctl kern.maxprocperuid=1000"
.Pp
Information about the system clock rate may be obtained with:
.Pp
diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5
index 137d04d..2e772ce 100644
--- a/share/man/man5/sysctl.conf.5
+++ b/share/man/man5/sysctl.conf.5
@@ -37,7 +37,7 @@ file is read in when the system goes into multi-user mode to set default
settings for the kernel. The
.Pa /etc/sysctl.conf
is in the format of the
-.Dq "sysctl -w"
+.Xr sysctl 8
command, i.e.
.Bd -literal -offset indent
sysctl_mib=value
OpenPOWER on IntegriCloud