aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2000-04-03 02:15:43 +0000
committerChris Costello <chris@FreeBSD.org>2000-04-03 02:15:43 +0000
commit9d66d5d22399fd3402f66a47e8568e943ebf0536 (patch)
tree2462f4d0d189dd725c8af35eceb9f51836ee8b04 /en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
parenta40849974c35fc8c51e883a95d67bad57a53023e (diff)
downloaddoc-9d66d5d22399fd3402f66a47e8568e943ebf0536.tar.gz
doc-9d66d5d22399fd3402f66a47e8568e943ebf0536.zip
Properly capitalize section titles. Remove capitalization on ``is'', ``and'',
etc. Capitalize all other words in titles. Reviewed by: jim
Notes
Notes: svn path=/head/; revision=6953
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.sgml10
1 files changed, 5 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 5de8cbe4f9..f80715b6da 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.20 1999/12/16 01:53:05 nik Exp $
+ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.21 1999/12/16 16:04:24 cracauer Exp $
-->
<chapter id="kerneldebug">
@@ -232,7 +232,7 @@
</sect1>
<sect1>
- <title>Debugging a crash dump with DDD</title>
+ <title>Debugging a Crash Dump with DDD</title>
<para>Examining a kernel crash dump with a graphical debugger like
<command>ddd</command> is also possible. Add the <option>-k</option>
@@ -246,7 +246,7 @@
</sect1>
<sect1>
- <title>Post-mortem Analysis of a Dump</title>
+ <title>Post-Mortem Analysis of a Dump</title>
<para>What do you do if a kernel dumped core but you did not expect it,
and it is therefore not compiled using <command>config -g</command>? Not
@@ -284,7 +284,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols</
</sect1>
<sect1>
- <title>On-line Kernel Debugging Using DDB</title>
+ <title>On-Line Kernel Debugging Using DDB</title>
<para>While <command>kgdb</command> as an offline debugger provides a very
high level of user interface, there are some things it cannot do. The
@@ -479,7 +479,7 @@ options DDB</programlisting>
</sect1>
<sect1>
- <title>On-line Kernel Debugging Using Remote GDB</title>
+ <title>On-Line Kernel Debugging Using Remote GDB</title>
<para>This feature has been supported since FreeBSD 2.2, and it is
actually a very neat one.</para>