aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1998-11-05 23:28:48 +0000
committerNik Clayton <nik@FreeBSD.org>1998-11-05 23:28:48 +0000
commit6ff34ef8828899e752f225c6818879a9ded29cf4 (patch)
tree9b03e5114a5bfaef474939e018958ce801f791fb /en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
parent93f20f938223644f50c4fb62bafb1ad6819a8b6e (diff)
downloaddoc-6ff34ef8828899e752f225c6818879a9ded29cf4.tar.gz
doc-6ff34ef8828899e752f225c6818879a9ded29cf4.zip
Replace
<xref linkend="target" remap="foo"> with <link linkend="target">foo</link> Internal links within the Handbook now do the right thing.
Notes
Notes: svn path=/head/; revision=3751
Diffstat (limited to 'en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml')
-rw-r--r--en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml9
1 files changed, 4 insertions, 5 deletions
diff --git a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
index d4a6de98ae..5f6af0f864 100644
--- a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
+++ b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
@@ -15,8 +15,8 @@
kernel</literal> line), or you can specify an alternate using the
<citerefentry><refentrytitle>dumpon</refentrytitle><manvolnum>8</manvolnum></citerefentry> command. Dumps to non-swap devices, tapes for example,
are currently not supported. Config your kernel using
- <command>config -g</command>. See <xref linkend="kernelconfig"
- remap="Kernel Configuration"> for
+ <command>config -g</command>. See <link linkend="kernelconfig">Kernel
+ Configuration</link> for
details on configuring the FreeBSD kernel.</para>
<para>Use the <citerefentry><refentrytitle>dumpon</refentrytitle><manvolnum>8</manvolnum></citerefentry> command to tell the kernel
@@ -291,9 +291,8 @@
<para>To configure your kernel to include DDB, add the option line
<programlisting>
-options DDB</programlisting> to your config file, and rebuild. (See <xref
- linkend="kernelconfig"
- remap="Kernel Configuration"> for details on configuring the
+options DDB</programlisting> to your config file, and rebuild. (See <link
+ linkend="kernelconfig">Kernel Configuration</link> for details on configuring the
FreeBSD kernel.</para>
<note>