diff options
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/stand/boot.c | 4 |
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); } |