diff options
| author | Nik Clayton <nik@FreeBSD.org> | 2002-01-22 13:05:26 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 2002-01-22 13:05:26 +0000 |
| commit | 1e144b15928f4ae96a91c4867509a08ebfed50f1 (patch) | |
| tree | 1b5c4f18b27be7726c42a1918393087030ad78e8 /sys | |
| parent | 395bff278bcc90f5469f8dc2bcd007d16c522e6d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/kern_shutdown.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index a1b44200bbd3..c8a450485f11 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -368,7 +368,8 @@ shutdown_panic(void *junk, int howto) } else { /* zero time specified - reboot NOW */ return; } - printf("--> Press a key on the console to reboot <--\n"); + printf("--> Press a key on the console to reboot,\n"); + printf("--> or switch off the system now.\n"); cngetc(); } } |
