Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 1996 13:38:11 +0100 (MET)
From:      "Ph. Charnier" <charnier@xp11.frmug.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   i386/2041: typo in /sys/i386/boot/biosboot/boot.c
Message-ID:  <199611161238.NAA00677@xp11.frmug.org>
Resent-Message-ID: <199611162300.PAA26218@freefall.freebsd.org>

index | next in thread | raw e-mail


>Number:         2041
>Category:       i386
>Synopsis:       typo in /sys/i386/boot/biosboot/boot.c
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 16 15:00:10 PST 1996
>Last-Modified:
>Originator:     Ph. Charnier
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:
	
Index: boot.c
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/sys/i386/boot/biosboot/boot.c,v
retrieving revision 1.60
diff -u -r1.60 boot.c
--- boot.c	1996/10/08 22:41:34	1.60
+++ boot.c	1996/11/16 12:34:46
@@ -157,7 +157,7 @@
 	/* If we have looped, use the previous entries as defaults */
 	printf("\n>> FreeBSD BOOT @ 0x%x: %d/%d k of memory\n"
 	       "Usage: [[[%d:][%s](%d,a)]%s][-abcCdghrsv]\n"
-	       "Use 1:sd(0,a)kernel to boot sd0 if it is BIOS drive 1\n"
+	       "Use 1:sd(0,a)/kernel to boot sd0 if it is BIOS drive 1\n"
 	       "Use ? for file list or press Enter for defaults\n\nBoot: ",
 	       ouraddr, bootinfo.bi_basemem, bootinfo.bi_extmem,
 	       dosdev & 0x7f, devs[maj], unit, name);
>Audit-Trail:
>Unformatted:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611161238.NAA00677>