From ff8ac0d53cf00dab08a818e4ba25e6d337319f8f Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Sat, 11 May 2002 05:55:05 +0000 Subject: [PATCH] sysctl -w -> sysctl Approved by: ume --- share/examples/IPv6/USAGE | 2 +- 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 d91918995b3..e07199e0f53 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 <<>> diff --git a/usr.sbin/faithd/README b/usr.sbin/faithd/README index 5bcc30d9f41..606a590698d 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.