Change "option" to "options" since we have two.

Fix options list to those in the manual page.
Fix description of "continue."
This commit is contained in:
Tom Rhodes 2006-07-16 18:41:52 +00:00
parent bc85caa849
commit 17ff867e1c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28309

View file

@ -495,10 +495,10 @@
and only has access to the global and static symbols, not to the full and only has access to the global and static symbols, not to the full
debug information like <command>gdb</command> does.</para> debug information like <command>gdb</command> does.</para>
<para>To configure your kernel to include DDB, add the option line <para>To configure your kernel to include DDB, add the options
<programlisting>options DDB</programlisting>
<programlisting>options KDB</programlisting> <programlisting>options KDB</programlisting>
<programlisting>options DDB</programlisting>
to your config file, and rebuild. (See <ulink to your config file, and rebuild. (See <ulink
url="&url.books.handbook;/index.html">The FreeBSD Handbook</ulink> for details on url="&url.books.handbook;/index.html">The FreeBSD Handbook</ulink> for details on
@ -560,17 +560,11 @@
(this is optional for other numbers). Simple expressions are allowed, (this is optional for other numbers). Simple expressions are allowed,
for example: <literal>function-name + 0x103</literal>.</para> for example: <literal>function-name + 0x103</literal>.</para>
<para>To continue the dump of an interrupted kernel into memory, <para>To exit the debugger and continue execution,
type:</para> type:</para>
<screen><userinput>continue</userinput></screen> <screen><userinput>continue</userinput></screen>
<warning>
<para>This will cause the machine to dump core and reboot without
syncing data to the disk. Upon re-initialization of the system,
a &man.fsck.8; will be required.</para>
</warning>
<para>To get a stack trace, use:</para> <para>To get a stack trace, use:</para>
<screen><userinput>trace</userinput></screen> <screen><userinput>trace</userinput></screen>