summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-11 08:29:10 +0000
committerru <ru@FreeBSD.org>2001-12-11 08:29:10 +0000
commit7f320fa87126579aed7862f5ccc45312ba380183 (patch)
treeee114b87c6c41ed9f8d9eaf5222beb891d2afa42 /share
parent1104babdad2315df373f3ed99cf8a2f22171362a (diff)
downloadFreeBSD-src-7f320fa87126579aed7862f5ccc45312ba380183.zip
FreeBSD-src-7f320fa87126579aed7862f5ccc45312ba380183.tar.gz
s/sysctl -w/sysctl/
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/bridge.42
-rw-r--r--share/man/man4/man4.i386/longrun.42
-rw-r--r--share/man/man4/ng_pppoe.42
-rw-r--r--share/man/man5/core.52
4 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index 388ceca..539577a 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -81,7 +81,7 @@ and
.Li de0
interfaces to be bridged together:
.Pp
-.Dl "sysctl -w net.link.ether.bridge_cfg ep0:0,fxp0:0,fxp1:1,de0:1"
+.Dl "sysctl net.link.ether.bridge_cfg ep0:0,fxp0:0,fxp1:1,de0:1"
.Sh BUGS
Care must be taken not to construct loops in the
.Nm
diff --git a/share/man/man4/man4.i386/longrun.4 b/share/man/man4/man4.i386/longrun.4
index 0c5d5f7..1e8f8a5 100644
--- a/share/man/man4/man4.i386/longrun.4
+++ b/share/man/man4/man4.i386/longrun.4
@@ -55,7 +55,7 @@ Print the current status:
To set LongRun mode to performance oriented variable frequency mode
(less power savings):
.Pp
-.Dl "# sysctl -w hw.crusoe.longrun=2"
+.Dl "# sysctl hw.crusoe.longrun=2"
.Sh AUTHORS
.An -nosplit
LongRun support and this manual page were written by
diff --git a/share/man/man4/ng_pppoe.4 b/share/man/man4/ng_pppoe.4
index 35d923e..44e1072 100644
--- a/share/man/man4/ng_pppoe.4
+++ b/share/man/man4/ng_pppoe.4
@@ -174,7 +174,7 @@ you may have to do the following sysctl:
.Bd -literal
(kldload netgraph)
(kldload ng_pppoe)
-sysctl -w net.graph.stupid_isp=1
+sysctl net.graph.stupid_isp=1
.Ed
.Pp
to enable the alternate ethertypes. Then phone your ISP and ask them
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index f31f2c2..a3ff558 100644
--- a/share/man/man5/core.5
+++ b/share/man/man5/core.5
@@ -118,7 +118,7 @@ the following
.Xr sysctl 8
command can be used:
.Pp
-.Dl sysctl -w kern.corefile="/var/coredumps/\&%U/\&%N.core"
+.Dl sysctl kern.corefile="/var/coredumps/\&%U/\&%N.core"
.Sh SEE ALSO
.Xr gdb 1 ,
.Xr kgdb 1 ,
OpenPOWER on IntegriCloud