diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-18 22:56:07 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-18 22:56:07 +0000 |
commit | 16b21db4d33ff08e914df52000c560f64ef0e39d (patch) | |
tree | a11f2d1036bb85a2c46891708f459ae9eedcd2af /sbin/reboot/reboot.8 | |
parent | 404d4678be49dbab2ac44d8d6ae087f87036f9d6 (diff) |
Remove hard sentence breaks, and some other cleanup along the way.
Diffstat (limited to 'sbin/reboot/reboot.8')
-rw-r--r-- | sbin/reboot/reboot.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 6cee67767fd..28b64039dc0 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.8,v 1.17 1999/07/20 18:35:36 aaron Exp $ +.\" $OpenBSD: reboot.8,v 1.18 2000/03/18 22:56:04 aaron Exp $ .\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -65,20 +65,22 @@ 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. See +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. .It Fl q -Quick. The system is halted or restarted quickly and ungracefully, and only +Quick. +The system is halted or restarted quickly and ungracefully, and only the flushing of the file system cache is performed. This option should probably not be used. .It Fl p Causes the system to power down, if it is being halted, and the -hardware supports automatic power down. (Currently supported on some -i386, sparc, and mac68k platforms.) +hardware supports automatic power down. +(Currently supported on some i386, sparc, and mac68k platforms.) .El .Pp Normally, the |