diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-13 04:09:24 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-13 04:09:24 +0000 |
commit | e5c8d0569ae87068c9f3a4440f1d6d03e473f816 (patch) | |
tree | 22eb833b5d4c07c3bbf689116ffe0a7db3dc2d9a /share/man/man8/crash.8 | |
parent | bd8d6480c368d30c33438889d895a7640dfbe123 (diff) |
Remove unwanted trailing whitespace.
Diffstat (limited to 'share/man/man8/crash.8')
-rw-r--r-- | share/man/man8/crash.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index 0ebd1048e01..3619df3baa4 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.6 2000/09/06 16:43:17 deraadt Exp $ +.\" $OpenBSD: crash.8,v 1.7 2000/10/13 04:09:22 aaron Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -64,7 +64,7 @@ directive in the .Xr config 8 file used to build the kernel. .Pp -After the dump has been written, the system then +After the dump has been written, the system then invokes the automatic reboot procedure as described in .Xr reboot 8 . @@ -118,7 +118,7 @@ machine dependent and can be found listed in The code is the referenced address, and the pc is the program counter at the time of the fault is printed. Hardware flakiness will sometimes generate this panic, but if the cause -is a kernel bug, +is a kernel bug, the kernel debugger .Xr ddb 4 can be used to locate the instruction and subroutine inside the kernel @@ -148,7 +148,7 @@ the directory .Pp To analyze the kernel and memory images preserved as .Pa bsd.0 -and +and .Pa bsd.0.core , you should run .Xr gdb 1 , @@ -204,7 +204,7 @@ In some cases, using a version of the kernel can assist even more. .It Fl M Ar core Normally this -.Ar core +.Ar core is an image produced by .Xr savecore 8 but it can be |