diff options
author | 2000-11-25 21:51:39 +0000 | |
---|---|---|
committer | 2000-11-25 21:51:39 +0000 | |
commit | fd460f3ea366d5fc9ee470fc268b1aa1dba9a945 (patch) | |
tree | 3b86b01bb2c9cb672f2c258360963784450577ea | |
parent | make room for a 16 slice disklabel (diff) | |
download | wireguard-openbsd-fd460f3ea366d5fc9ee470fc268b1aa1dba9a945.tar.xz wireguard-openbsd-fd460f3ea366d5fc9ee470fc268b1aa1dba9a945.zip |
Everyone seems to hit the wrong key first time. Change the abort banner
wording to something unambiguous.
-rw-r--r-- | sys/arch/vax/boot/boot/boot.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/stand/boot/boot.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/boot/boot/boot.c b/sys/arch/vax/boot/boot/boot.c index ad5aaf9774d..cc0d5594667 100644 --- a/sys/arch/vax/boot/boot/boot.c +++ b/sys/arch/vax/boot/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.4 2000/10/04 04:09:01 bjc Exp $ */ +/* $OpenBSD: boot.c,v 1.5 2000/11/25 21:51:39 hugh Exp $ */ /* $NetBSD: boot.c,v 1.4 1999/10/23 14:42:22 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -97,7 +97,7 @@ Xmain() askname = howto & RB_ASKNAME; printf("\n\r>> OpenBSD/vax boot [%s %s] <<\n", __DATE__, __TIME__); - printf(">> Press any key to abort autoboot "); + printf(">> Press enter to autoboot, or any other key to abort: "); sluttid = getsecs() + 5; senast = 0; skip = 0; diff --git a/sys/arch/vax/stand/boot/boot.c b/sys/arch/vax/stand/boot/boot.c index ad5aaf9774d..cc0d5594667 100644 --- a/sys/arch/vax/stand/boot/boot.c +++ b/sys/arch/vax/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.4 2000/10/04 04:09:01 bjc Exp $ */ +/* $OpenBSD: boot.c,v 1.5 2000/11/25 21:51:39 hugh Exp $ */ /* $NetBSD: boot.c,v 1.4 1999/10/23 14:42:22 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -97,7 +97,7 @@ Xmain() askname = howto & RB_ASKNAME; printf("\n\r>> OpenBSD/vax boot [%s %s] <<\n", __DATE__, __TIME__); - printf(">> Press any key to abort autoboot "); + printf(">> Press enter to autoboot, or any other key to abort: "); sluttid = getsecs() + 5; senast = 0; skip = 0; |