aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-06-08 01:56:23 +0000
committerJim Mock <jim@FreeBSD.org>2000-06-08 01:56:23 +0000
commit3302fdee27511966e1ce3851944f6825e1edacfa (patch)
tree15e3b9d19ace3416c5bce8afe1f0fa44ca35dafe /en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
parent352a3da4b5449e2872b5850aec48cc47c7348186 (diff)
downloaddoc-3302fdee27511966e1ce3851944f6825e1edacfa.tar.gz
doc-3302fdee27511966e1ce3851944f6825e1edacfa.zip
Change &ldquo;...&rdquo; to <quote>...</quote> as per a discussion on
-doc. Suggested by: nik
Notes
Notes: svn path=/head/; revision=7302
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.sgml8
1 files changed, 4 insertions, 4 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 f80715b6da..c7bb721c09 100644
--- a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
+++ b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.21 1999/12/16 16:04:24 cracauer Exp $
+ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.22 2000/04/03 02:15:41 chris Exp $
-->
<chapter id="kerneldebug">
@@ -38,7 +38,7 @@
<note>
<para>In the following, the term <command>kgdb</command> refers to
- <command>gdb</command> run in &ldquo;kernel debug mode&rdquo;. This
+ <command>gdb</command> run in <quote>kernel debug mode</quote>. This
can be accomplished by either starting the <command>gdb</command> with
the option <option>-k</option>, or by linking and starting it under
the name <command>kgdb</command>. This is not being done by default,
@@ -178,7 +178,7 @@
<listitem>
<para>This is a dump taken from within DDB (see below), hence the
- panic comment &ldquo;because you said to!&rdquo;, and a rather
+ panic comment <quote>because you said to!</quote>, and a rather
long stack trace; the initial reason for going into DDB has been a
page fault trap though.</para>
</listitem>
@@ -203,7 +203,7 @@
dump handy &lt;g&gt;, my kernel has not panicked for a rather long
time.) From looking at the code in source line 403, there is a
high probability that either the pointer access for
- &ldquo;tp&rdquo; was messed up, or the array access was out of
+ <quote>tp</quote> was messed up, or the array access was out of
bounds.</para>
</listitem>
</varlistentry>