Module Name:    src
Committed By:   joerg
Date:           Sat Aug 22 01:18:56 UTC 2009

Modified Files:
        src/share/man/man8/man8.hp300: crash.8

Log Message:
Fix markup.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man8/man8.hp300/crash.8

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/man8/man8.hp300/crash.8
diff -u src/share/man/man8/man8.hp300/crash.8:1.9 src/share/man/man8/man8.hp300/crash.8:1.10
--- src/share/man/man8/man8.hp300/crash.8:1.9	Thu Aug  7 10:31:24 2003
+++ src/share/man/man8/man8.hp300/crash.8	Sat Aug 22 01:18:56 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: crash.8,v 1.9 2003/08/07 10:31:24 agc Exp $
+.\"	$NetBSD: crash.8,v 1.10 2009/08/22 01:18:56 joerg Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -114,20 +114,20 @@
 .It Sy "trap type %d, code = %x, v = %x"
 An unexpected trap has occurred within the system; the trap types are:
 .Bl -column xxxx -offset indent
-0	bus error
-1	address error
-2	illegal instruction
-3	divide by zero
-.No 4\t Em chk No instruction
-.No 5\t Em trapv No instruction
-6	privileged instruction
-7	trace trap
-8	MMU fault
-9	simulated software interrupt
-10	format error
-11	FP coprocessor fault
-12	coprocessor fault
-13	simulated AST
+.It 0	bus error
+.It 1	address error
+.It 2	illegal instruction
+.It 3	divide by zero
+.It 4 Ta Em chk No instruction
+.It 5 Ta Em trapv No instruction
+.It 6	privileged instruction
+.It 7	trace trap
+.It 8	MMU fault
+.It 9	simulated software interrupt
+.It 10	format error
+.It 11	FP coprocessor fault
+.It 12	coprocessor fault
+.It 13	simulated AST
 .El
 .Pp
 The favorite trap type in system crashes is trap type 8,

Reply via email to