Replace reference to diediedie() with one to panic.
PR: docs/14112 Submitted by: Thierry.Besancon@lps.ens.fr Patch from: ru
This commit is contained in:
parent
0f946c8825
commit
f1149f86ae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6189
3 changed files with 9 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.18 1999/09/06 06:52:59 peter Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.19 1999/11/07 01:54:48 chris Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kerneldebug">
|
||||
|
|
@ -449,13 +449,12 @@ options DDB</programlisting>
|
|||
expected. Perform one of the following actions to shut down and reboot
|
||||
your system:</para>
|
||||
|
||||
<screen><userinput>call diediedie()</userinput></screen>
|
||||
<screen><userinput>panic</userinput></screen>
|
||||
|
||||
<para>This will cause your kernel to dump core and reboot, so you can
|
||||
later analyze the core on a higher level with kgdb. This command
|
||||
usually must be followed by another <command>continue</command>
|
||||
statement. There is now an alias for this:
|
||||
<command>panic</command>.</para>
|
||||
statement.</para>
|
||||
|
||||
<screen><userinput>call boot(0)</userinput></screen>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.18 1999/09/06 06:52:59 peter Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.19 1999/11/07 01:54:48 chris Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kerneldebug">
|
||||
|
|
@ -449,13 +449,12 @@ options DDB</programlisting>
|
|||
expected. Perform one of the following actions to shut down and reboot
|
||||
your system:</para>
|
||||
|
||||
<screen><userinput>call diediedie()</userinput></screen>
|
||||
<screen><userinput>panic</userinput></screen>
|
||||
|
||||
<para>This will cause your kernel to dump core and reboot, so you can
|
||||
later analyze the core on a higher level with kgdb. This command
|
||||
usually must be followed by another <command>continue</command>
|
||||
statement. There is now an alias for this:
|
||||
<command>panic</command>.</para>
|
||||
statement.</para>
|
||||
|
||||
<screen><userinput>call boot(0)</userinput></screen>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.18 1999/09/06 06:52:59 peter Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.19 1999/11/07 01:54:48 chris Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kerneldebug">
|
||||
|
|
@ -449,13 +449,12 @@ options DDB</programlisting>
|
|||
expected. Perform one of the following actions to shut down and reboot
|
||||
your system:</para>
|
||||
|
||||
<screen><userinput>call diediedie()</userinput></screen>
|
||||
<screen><userinput>panic</userinput></screen>
|
||||
|
||||
<para>This will cause your kernel to dump core and reboot, so you can
|
||||
later analyze the core on a higher level with kgdb. This command
|
||||
usually must be followed by another <command>continue</command>
|
||||
statement. There is now an alias for this:
|
||||
<command>panic</command>.</para>
|
||||
statement.</para>
|
||||
|
||||
<screen><userinput>call boot(0)</userinput></screen>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue