diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-03 16:49:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-03 16:49:57 +0000 |
commit | 085af4163440e66c1ea71ee72b02852896234624 (patch) | |
tree | 540fa257ccc5467c1721c3e0fd275999268d0b69 /share/man/man4/ddb.4 | |
parent | 3bc6d8216c3bb3121574a62d1f4b63b4b325d267 (diff) |
Add "show panic" command to ddb, to easily retrieve the panic message.
Will hopefully bring us better panic reports.
From Joris Vink.
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r-- | share/man/man4/ddb.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 5345e90d921..f0139cc656d 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.36 2004/02/01 12:23:47 jmc Exp $ +.\" $OpenBSD: ddb.4,v 1.37 2005/01/03 16:49:54 miod Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -677,6 +677,12 @@ If the modifier is specified the complete page is printed. .\" -------------------- .It Xo +.Ic show panic +.Xc +Prints the +.Li panic string. +.\" -------------------- +.It Xo .Ic show pool .Op Cm /clp .Ar addr |