sysctl -w -> sysctl

Approved by:	ume
This commit is contained in:
Dima Dorfman 2002-05-11 05:55:05 +00:00
parent 9bbb043ee9
commit ff8ac0d53c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96397
2 changed files with 2 additions and 2 deletions

View File

@ -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>>>

View File

@ -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.