diff options
author | dd <dd@FreeBSD.org> | 2002-05-11 05:55:05 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-05-11 05:55:05 +0000 |
commit | 65ea494ab5396a74c2c86608540ceb5f32689d1a (patch) | |
tree | 1ddd9b0e682cb4663127611a0703749d04b05ee1 | |
parent | 83b30c61bfa85345a38a65e0acd68d7ff2be6d49 (diff) | |
download | FreeBSD-src-65ea494ab5396a74c2c86608540ceb5f32689d1a.zip FreeBSD-src-65ea494ab5396a74c2c86608540ceb5f32689d1a.tar.gz |
sysctl -w -> sysctl
Approved by: ume
-rw-r--r-- | share/examples/IPv6/USAGE | 2 | ||||
-rw-r--r-- | usr.sbin/faithd/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/IPv6/USAGE b/share/examples/IPv6/USAGE index d9191899..e07199e 100644 --- a/share/examples/IPv6/USAGE +++ b/share/examples/IPv6/USAGE @@ -329,7 +329,7 @@ automatically set up. Otherwise, the announcement is rejected. The default value is 0. To set "net.inet6.ip6.accept_rtadv" to 1, execute as follows: -# sysctl -w net.inet6.ip6.accept_rtadv=1 +# sysctl net.inet6.ip6.accept_rtadv=1 <<<gifconfig>>> diff --git a/usr.sbin/faithd/README b/usr.sbin/faithd/README index 5bcc30d..606a590 100644 --- a/usr.sbin/faithd/README +++ b/usr.sbin/faithd/README @@ -52,7 +52,7 @@ The following example assumes: (2) Execute sysctl as root to enable FAITH support in the kernel. - # sysctl -w net.inet6.ip6.keepfaith=1 + # sysctl net.inet6.ip6.keepfaith=1 (3) Route packets toward FAITH prefix into "faith0" interface. |