Fix markup.
This commit is contained in:
parent
a8c466d9ae
commit
f2c45439cf
@ -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 @@ If this happens, make the timeout table bigger.
|
||||
.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,
|
||||
|
Loading…
Reference in New Issue
Block a user