summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2002-01-18 22:45:29 +0000
committerNik Clayton <nik@FreeBSD.org>2002-01-18 22:45:29 +0000
commit422702e9a864e14b7a23418df25fbfc5a2037f66 (patch)
tree7fed3a87f2f508e7eae90b22620ee071373b8ffc /sys/kern
parent7f3aade047908b049b58742bb0e63db971d8a4cb (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_shutdown.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index 256d7bcb8e59..9263af987c56 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -390,7 +390,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();
}
}