From 7f320fa87126579aed7862f5ccc45312ba380183 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 11 Dec 2001 08:29:10 +0000 Subject: s/sysctl -w/sysctl/ --- usr.sbin/faithd/faithd.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/faithd') diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8 index 160d54a..702dbde 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 -- cgit v1.1