summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-04-02 13:18:25 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-04-02 13:18:25 +0000
commitf21124fb4301d944862a7e15674f01241aaf06d5 (patch)
tree240f0297971d8d32432a5856a027f71e70a8932b /share
parent66d858cadcdc7f2cdff9e71086035fade0fa39c7 (diff)
tweak previous;
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/crash.810
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8
index 125b3d5ed57..c48623a0b8a 100644
--- a/share/man/man8/crash.8
+++ b/share/man/man8/crash.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crash.8,v 1.30 2009/04/01 22:03:40 kettenis Exp $
+.\" $OpenBSD: crash.8,v 1.31 2009/04/02 13:18:24 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)crash.8 6.5 (Berkeley) 4/20/91
.\"
-.Dd $Mdocdate: April 1 2009 $
+.Dd $Mdocdate: April 2 2009 $
.Dt CRASH 8
.Os
.Sh NAME
@@ -267,7 +267,7 @@ You need to add back KERNBASE though, that value can be found in
This analyzes memory allocations at the time of the crash.
Perhaps some resource was starving the system?
.Ss Analyzing a live kernel
-Like the tools mentioned above
+Like the tools mentioned above,
.Xr gdb 1
can be used to analyze a live system as well.
This can be accomplished by not specifying a crash dump when selecting the
@@ -281,7 +281,7 @@ It is possible to inspect processes that entered the kernel by
specifying a process'
.Li struct proc
address to the
-.IC kvm proc
+.Ic kvm proc
command:
.Bd -literal -offset indent
(gdb) kvm proc 0xd69dada0
@@ -292,7 +292,7 @@ command:
.Pp
After this, the
.Ic where
-command will show a trace of prodecure calls, right back to where the
+command will show a trace of procedure calls, right back to where the
selected process entered the kernel.
.Sh CRASH LOCATION DETERMINATION
The following example should make it easier for a novice kernel