Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sbin/savecore Pull up revision 1.19 (via patch, request...



details:   https://anonhg.NetBSD.org/src/rev/8056d9a69380
branches:  netbsd-1-5
changeset: 491068:8056d9a69380
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 04 16:27:48 2001 +0000

description:
Pull up revision 1.19 (via patch, requested by wiz):
  Xref send-pr 1, not 8 + whitespace fixes.

diffstat:

 sbin/savecore/savecore.8 |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (59 lines):

diff -r a007ef027e94 -r 8056d9a69380 sbin/savecore/savecore.8
--- a/sbin/savecore/savecore.8  Wed Apr 04 16:24:24 2001 +0000
+++ b/sbin/savecore/savecore.8  Wed Apr 04 16:27:48 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: savecore.8,v 1.16 2000/03/27 13:06:46 pooka Exp $
+.\"    $NetBSD: savecore.8,v 1.16.4.1 2001/04/04 16:27:48 he 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 @@
 .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:
@@ -165,8 +165,8 @@
 .Xr gdb 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 ,



Home | Main Index | Thread Index | Old Index