From defee469b5213583b9aeaea4f0c8ae8a15336933 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 15 Dec 2001 22:26:19 +0000 Subject: document exit command at Boot: prompt; pvalchev tested --- sys/arch/macppc/stand/boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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); } -- cgit v1.2.3