Xref send-pr 1, not 8. Whitespace fixes while I'm here.

This commit is contained in:
wiz 2001-04-03 11:17:31 +00:00
parent 7919f2a9a1
commit 2d48dd26ee
1 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: savecore.8,v 1.18 2001/01/02 21:39:37 joda Exp $
.\" $NetBSD: savecore.8,v 1.19 2001/04/03 11:17:31 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -48,15 +48,15 @@
.Ar directory
.Sh DESCRIPTION
When the
.Nx
kernel encounters a fatal error, the
.Nx
kernel encounters a fatal error, the
.Xr panic 9
routine arranges for a snapshot of the contents of physical memory to
be written into a dump area, typically in the swap partition.
be written into a dump area, typically in the swap partition.
.Pp
Upon a subsequent reboot,
.Nm
is typically run out of
is typically run out of
.Xr rc 8 ,
before swapping is enabled, to copy the kernel and the saved memory image
into
@ -78,15 +78,15 @@ to attempt to deduce the cause of the crash.
.Pp
Crashes are usually the result of kernel bugs; if this is suspected, a
full bug report should be filed using
.Xr send-pr 8 ,
.Xr send-pr 1 ,
containing as much information as possible about the circumstances of
the crash. Since crash dumps are typically very large and may contain
whatever (potentially confidential) information was in memory at the
time of the crash, do
.Em NOT
include a copy of the crash dump file in the bug report; instead, save it
somewhere in the event that a
.Nx
somewhere in the event that a
.Nx
developer wants to examine it.
.Pp
The options are as follows:
@ -106,7 +106,7 @@ as the kernel instead of the default ``/netbsd''.
Prints out some additional debugging information.
.It Fl z
Compresses the core dump and kernel (see
.Xr gzip 1 ).
.Xr gzip 1 ) .
.El
.Pp
.Nm
@ -160,8 +160,8 @@ The minfree code does not consider the effect of compression.
.Xr gzip 1 ,
.Xr iostat 8 ,
.Xr netstat 1 ,
.Xr ps 1 ,
.Xr pstat 8 ,
.Xr ps 1 ,
.Xr pstat 8 ,
.Xr panic 9 ,
.Xr rc 8 ,
.Xr send-pr 1 ,