summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-15 22:26:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-15 22:26:19 +0000
commitdefee469b5213583b9aeaea4f0c8ae8a15336933 (patch)
tree8eb959dbebb4eb649047856acdb3af15bf03add6 /sys/arch/macppc
parent87d94744a2519cd2024d95c0acf57fffa457c0b9 (diff)
document exit command at Boot: prompt; pvalchev tested
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/stand/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/stand/boot.c b/sys/arch/macppc/stand/boot.c
index 362c7b5a5d0..e8bb39a3ba2 100644
--- a/sys/arch/macppc/stand/boot.c
+++ b/sys/arch/macppc/stand/boot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: boot.c,v 1.2 2001/09/21 16:58:41 drahn Exp $ */
+/* $OpenBSD: boot.c,v 1.3 2001/12/15 22:26:18 deraadt Exp $ */
/* $NetBSD: boot.c,v 1.1 1997/04/16 20:29:17 thorpej Exp $ */
/*
@@ -202,7 +202,7 @@ main()
parseargs(bootline, &boothowto);
for (;;) {
if (boothowto & RB_ASKNAME) {
- printf("Boot: ");
+ printf("Boot (or \"exit\"): ");
gets(bootline);
parseargs(bootline, &boothowto);
}