diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-05-11 05:55:05 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-05-11 05:55:05 +0000 |
| commit | ff8ac0d53cf00dab08a818e4ba25e6d337319f8f (patch) | |
| tree | 1ddd9b0e682cb4663127611a0703749d04b05ee1 | |
| parent | 9bbb043ee94cfa6c5752aebdbabe19b6b9e08c2c (diff) | |
Notes
| -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 d91918995b35..e07199e0f537 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 5bcc30d9f41f..606a590698d2 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. |
