diff options
| -rw-r--r-- | sbin/natd/natd.8 | 2 | ||||
| -rw-r--r-- | share/man/man4/bridge.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/man4.i386/longrun.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/ng_pppoe.4 | 2 | ||||
| -rw-r--r-- | share/man/man5/core.5 | 2 | ||||
| -rw-r--r-- | usr.sbin/faithd/faithd.8 | 6 | ||||
| -rw-r--r-- | usr.sbin/prefix/prefix.8 | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index ff213a4ff888..5ade0228b79b 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -492,7 +492,7 @@ in the .Pa /etc/rc.conf file or using the command .Pp -.Dl sysctl -w net.inet.ip.forwarding=1 +.Dl "sysctl net.inet.ip.forwarding=1" .Pp .It If you use the diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index 388ceca44892..539577ae29fb 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 0c5d5f749506..1e8f8a586799 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 35d923e4c804..44e10729163d 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 f31f2c2136d7..a3ff55848940 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 , diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8 index 160d54a0f937..702dbde3b637 100644 --- a/usr.sbin/faithd/faithd.8 +++ b/usr.sbin/faithd/faithd.8 @@ -277,9 +277,9 @@ Before invoking .Xr faith 4 interface has to be configured properly. .Bd -literal -offset -# sysctl -w net.inet6.ip6.accept_rtadv=0 -# sysctl -w net.inet6.ip6.forwarding=1 -# sysctl -w net.inet6.ip6.keepfaith=1 +# sysctl net.inet6.ip6.accept_rtadv=0 +# sysctl net.inet6.ip6.forwarding=1 +# sysctl net.inet6.ip6.keepfaith=1 # ifconfig faith0 up # route add -inet6 3ffe:501:4819:ffff:: -prefixlen 96 ::1 # route change -inet6 3ffe:501:4819:ffff:: -prefixlen 96 -ifp faith0 diff --git a/usr.sbin/prefix/prefix.8 b/usr.sbin/prefix/prefix.8 index aa4aada4e77a..5cb42b23d70f 100644 --- a/usr.sbin/prefix/prefix.8 +++ b/usr.sbin/prefix/prefix.8 @@ -71,7 +71,7 @@ a later time to renumbering multiple interface's prefixes and other prefix related parameters. .Nm is router-only command, so you must do following to use it. -.Dl % sysctl -w net.inet6.ip6.forwarding=1 +.Dl "sysctl net.inet6.ip6.forwarding=1" If net.inet6.ip6.forwarding is set to 0, .Nm command fails by |
