summaryrefslogtreecommitdiff
path: root/tools/debugscripts
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2015-12-15 13:04:44 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2015-12-15 13:04:44 +0000
commit290bb03c0ccd7309f502cdfbc50866e3d9461638 (patch)
tree1d6c427f2b1663fb8f47063d287f189cdcd93d01 /tools/debugscripts
parent60f466403f6883c74b254f7c7209032de290a628 (diff)
downloadsrc-test2-290bb03c0ccd7309f502cdfbc50866e3d9461638.tar.gz
src-test2-290bb03c0ccd7309f502cdfbc50866e3d9461638.zip
Assorted grammar, spelling and punctuation fixes.
PR: 203336, 203339 Submitted by: espeyb@rpi.edu, themesta@gmail.com MFC after: 1 week
Notes
Notes: svn path=/head/; revision=292263
Diffstat (limited to 'tools/debugscripts')
-rw-r--r--tools/debugscripts/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/debugscripts/README b/tools/debugscripts/README
index 208153109922..a218368cc399 100644
--- a/tools/debugscripts/README
+++ b/tools/debugscripts/README
@@ -14,8 +14,8 @@ perform kernel debugging, you would do:
(kgdb)
-This directory also contains a kgdb script that given a crash dump number
-automatically extract the path to the kernel source, run gdb to extract
-information about kernel modules loaded, and then rerun gdb loading the
+This directory also contains a kgdb script that, given a crash dump number,
+automatically extracts the path to the kernel source, runs gdb to extract
+information about kernel modules loaded, and then reruns gdb loading the
necessary symbols for the modules. You need to make sure you build the
modules w/ debugging symbols separately to get things to work.