diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2003-02-23 22:42:10 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2003-02-23 22:42:10 +0000 |
| commit | afa097f28ce133518d38b7e707a1631f21cdde56 (patch) | |
| tree | f4568b11658fb3f8d5da95380700c1775cdc18e3 /sbin | |
| parent | c20210b620f0e27c207eda394e78c52d7c699458 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -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 b4b9cc7bdf41..b003518c1d8c 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -72,14 +72,16 @@ file. The options are as follows: .Bl -tag -width indent .It Fl d -The system is requested to create a crash dump. This option is +The system is requested to create a crash dump. +This option is supported only when rebooting, and it has no effect unless a dump device has previously been specified with .Xr dumpon 8 . .It Fl k Ar kernel Boot the specified .Ar kernel -on the next system boot. If the kernel boots successfully, the +on the next system boot. +If the kernel boots successfully, the .Em default kernel will be booted on successive boots, this is a one-shot option. If the boot fails, the system will continue attempting to boot |
