summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-18 10:21:31 +0000
committerphk <phk@FreeBSD.org>1994-11-18 10:21:31 +0000
commit2ef227667c13459032144221536ecf72dbf08e71 (patch)
treede5942643d0d7f75e8f9d6ba477dd683ca7eb4fb
parent1263251b0a346ee5a41bd198ff4f6a5eec4b0e1f (diff)
downloadFreeBSD-src-2ef227667c13459032144221536ecf72dbf08e71.zip
FreeBSD-src-2ef227667c13459032144221536ecf72dbf08e71.tar.gz
Change the message a little bit...
-rw-r--r--sys/i386/boot/biosboot/boot.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c
index 3cf1eeb..0c97db1 100644
--- a/sys/i386/boot/biosboot/boot.c
+++ b/sys/i386/boot/biosboot/boot.c
@@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
- * $Id: boot.c,v 1.23 1994/11/18 05:02:14 phk Exp $
+ * $Id: boot.c,v 1.24 1994/11/18 06:22:11 phk Exp $
*/
@@ -82,7 +82,8 @@ int drive;
memsize(0),
memsize(1));
printf("Use hd(1,a)/kernel to boot sd0 when wd0 is also installed.\n");
- printf("Usage: [[[%s(0,a)]%s][-s][-r][-a][-c][-d][-b]]\nUse ? for file list.\n\n"
+ printf("Usage: [[[%s(0,a)]%s][-s][-r][-a][-c][-d][-b]]\n");
+ printf("Use ? for file list, or simply press Return for default\n");
, devs[(drive & 0x80) ? 0 : 2]
, names[0]);
gateA20();
OpenPOWER on IntegriCloud