aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-08-05 20:48:25 +0000
committerNik Clayton <nik@FreeBSD.org>1999-08-05 20:48:25 +0000
commitf18b900b840521f68e9d3993f3c65c00eaa85071 (patch)
treeeb3f30bd121f3dbe6b903f5e31113bf469ecb8e8 /en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
parent537037f404105363fcfc81648a68c9d4cd58211c (diff)
downloaddoc-f18b900b840521f68e9d3993f3c65c00eaa85071.tar.gz
doc-f18b900b840521f68e9d3993f3c65c00eaa85071.zip
Fix many typos. Much kudos to the submitter for this effort.
PR: docs/12956 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
Notes
Notes: svn path=/head/; revision=5327
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.sgml4
1 files changed, 2 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 fa8b1aee67..7049bed32e 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
- $Id: chapter.sgml,v 1.15 1999-05-29 12:55:39 nik Exp $
+ $Id: chapter.sgml,v 1.16 1999-08-05 20:48:16 nik Exp $
-->
<chapter id="kerneldebug">
@@ -293,7 +293,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols</
<para>If you need to do low-level debugging on your kernel, there is an
on-line debugger available called DDB. It allows to setting
- breakpoints, single-steping kernel functions, examining and changing
+ breakpoints, single-stepping kernel functions, examining and changing
kernel variables, etc. However, it cannot access kernel source files,
and only has access to the global and static symbols, not to the full
debug information like <command>kgdb</command>.</para>