diff options
author | 1999-03-01 06:08:49 +0000 | |
---|---|---|
committer | 1999-03-01 06:08:49 +0000 | |
commit | 7a3499add76fec44c1c697761a11fe016f20cea8 (patch) | |
tree | 3be8e6e828ac5cf01958b71cef8013c237e1db92 | |
parent | obliveous -> oblivious; d@ (diff) | |
download | wireguard-openbsd-7a3499add76fec44c1c697761a11fe016f20cea8.tar.xz wireguard-openbsd-7a3499add76fec44c1c697761a11fe016f20cea8.zip |
Xr savecore
-rw-r--r-- | sbin/reboot/reboot.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 52569ddaeee..4d87c48601f 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.8,v 1.12 1999/01/16 19:14:55 millert Exp $ +.\" $OpenBSD: reboot.8,v 1.13 1999/03/01 06:08:49 aaron Exp $ .\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -65,7 +65,9 @@ The options are as follows: .It Fl d Causes system to create a dump before rebooting. This option is useful for debugging system dump procedures or -capturing the state of a corrupted or misbehaving system. +capturing the state of a corrupted or misbehaving system. See +.Xr savecore 8 +for information on how to recover this dump. .It Fl n Prevent file system cache from being flushed. This option should probably not be used. |