Module Name:    src
Committed By:   christos
Date:           Sat Jan  5 15:26:59 UTC 2013

Modified Files:
        src/share/man/man4: ddb.4

Log Message:
document show panic


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/share/man/man4/ddb.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ddb.4
diff -u src/share/man/man4/ddb.4:1.150 src/share/man/man4/ddb.4:1.151
--- src/share/man/man4/ddb.4:1.150	Wed Dec 12 13:58:05 2012
+++ src/share/man/man4/ddb.4	Sat Jan  5 10:26:59 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ddb.4,v 1.150 2012/12/12 18:58:05 christos Exp $
+.\"	$NetBSD: ddb.4,v 1.151 2013/01/05 15:26:59 christos Exp $
 .\"
 .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .\" any improvements or extensions that they make and grant Carnegie Mellon
 .\" the rights to redistribute these changes.
 .\"
-.Dd December 12, 2012
+.Dd January 5, 2013
 .Dt DDB 4
 .Os
 .Sh NAME
@@ -698,6 +698,8 @@ Print the vm_page at
 If
 .Cm /f
 is specified, the complete page is printed.
+.It Ic show panic
+Print the current "panic" string.
 .It Ic show pool Ns Oo Cm /clp Oc Ar address
 Print the pool at
 .Ar address .
@@ -970,8 +972,6 @@ modifier to write two bytes.
 Given a trap frame address, print out the trap frame.
 .It Ic irqstat
 Display the IRQ statistics
-.It Ic panic
-Print the current "panic" string.
 .El
 .Ss ALPHA
 .Bl -tag -width "traptrace" -compact
@@ -991,8 +991,6 @@ Switch to another cpu.
 .Bl -tag -width "traptrace" -compact
 .It Ic frame
 Given a trap frame address, print out the trap frame.
-.It Ic panic
-Print the current "panic" string.
 .El
 .Ss HP700
 .Bl -tag -width "traptrace" -compact

Reply via email to