aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-11-15 12:42:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-11-15 12:42:07 +0000
commit2c9f882842b19bc12b5a4945812225d32ad1819a (patch)
treebe87708d6eab6b757a0649d09738f8516b9740b4 /en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
parenta43d4233cad387781b85ced3e20c226ce643ddf7 (diff)
downloaddoc-2c9f882842b19bc12b5a4945812225d32ad1819a.tar.gz
doc-2c9f882842b19bc12b5a4945812225d32ad1819a.zip
Minor wording tweak.
Notes
Notes: svn path=/head/; revision=8369
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.sgml5
1 files changed, 3 insertions, 2 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 70efe283f2..40919d77d3 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.26 2000/11/07 09:08:11 jkoshy Exp $
+ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.27 2000/11/15 12:40:05 des Exp $
-->
<chapter id="kerneldebug">
@@ -617,7 +617,8 @@ add symbol table from file "/sys/modules/linux/linux.ko" at text_addr = 0xc0ae22
Reading symbols from /sys/modules/linux/linux.ko...done.
<prompt>(kgdb)</prompt></screen>
- <para>You now have access to all the symbols in the module.</para>
+ <para>You should now have access to all the symbols in the
+ module.</para>
</sect1>
<sect1>