summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/examples/IPv6/USAGE2
-rw-r--r--usr.sbin/faithd/README2
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.
OpenPOWER on IntegriCloud