Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 the dump device isn't hardcoded into compiled...



details:   https://anonhg.NetBSD.org/src/rev/f9413cad0db4
branches:  trunk
changeset: 518717:f9413cad0db4
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Dec 04 19:56:55 2001 +0000

description:
the dump device isn't hardcoded into compiled kernel commonly nowadays
xref swapctl(8)

diffstat:

 share/man/man9/panic.9 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 620b657858ee -r f9413cad0db4 share/man/man9/panic.9
--- a/share/man/man9/panic.9    Tue Dec 04 19:56:43 2001 +0000
+++ b/share/man/man9/panic.9    Tue Dec 04 19:56:55 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: panic.9,v 1.9 2001/09/04 02:51:16 wiz Exp $
+.\"     $NetBSD: panic.9,v 1.10 2001/12/04 19:56:55 jdolecek Exp $
 .\"
 .\" Copyright (c) 1996 Michael Graff.
 .\" All rights reserved.
@@ -72,7 +72,7 @@
 If control remains in
 .Fn panic ,
 an attempt is made to save an image of system memory on the
-dump device that was configured at the time the kernel was compiled.
+configured dump device.
 .Pp
 If during the process of handling the panic,
 .Fn panic
@@ -89,4 +89,5 @@
 .Xr ipkdb 4 ,
 .Xr options 4 ,
 .Xr savecore 8 ,
-.Xr sysctl 8
+.Xr sysctl 8 ,
+.Xr swapctl 8



Home | Main Index | Thread Index | Old Index