sysctl -w is deprecated.
Reminded by: des
This commit is contained in:
parent
39fef1c068
commit
d9ba0513eb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11428
2 changed files with 2 additions and 2 deletions
en_US.ISO8859-1/books/developers-handbook
|
@ -1004,7 +1004,7 @@ FreeBSD 4.x configurable supported
|
|||
below.</para>
|
||||
|
||||
<para>
|
||||
<command>sysctl -w net.inet6.ip6.mapped_addr=0</command>
|
||||
<command>sysctl net.inet6.ip6.mapped_addr=0</command>
|
||||
</para>
|
||||
|
||||
</listitem>
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
this. If you would like to break to the debugger from the
|
||||
command prompt, simply type the command :</para>
|
||||
|
||||
<screen>&prompt.root; sysctl -w debug.enter_debugger=ddb</screen>
|
||||
<screen>&prompt.root; sysctl debug.enter_debugger=ddb</screen>
|
||||
|
||||
<para>Alternatively, if you are at the system console, you may use
|
||||
a hot-key on the keyboard. The default break-to-debugger
|
||||
|
|
Loading…
Reference in a new issue