From charnier@xp11.frmug.org  Sat Nov 16 14:52:57 1996
Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA25741
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Nov 1996 14:52:53 -0800 (PST)
Received: (from uucp@localhost) by frmug.org (8.8.2/8.8.2/frmug-1.2) with UUCP id XAA02278 for FreeBSD-gnats-submit@freebsd.org; Sat, 16 Nov 1996 23:52:49 +0100 (MET)
Received: (from charnier@localhost) by xp11.frmug.org (8.8.2/8.7.3/xp11-uucp-1.1) id NAA00677; Sat, 16 Nov 1996 13:38:11 +0100 (MET)
Message-Id: <199611161238.NAA00677@xp11.frmug.org>
Date: Sat, 16 Nov 1996 13:38:11 +0100 (MET)
From: "Ph. Charnier" <charnier@xp11.frmug.org>
Reply-To: charnier@xp11.frmug.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: typo in /sys/i386/boot/biosboot/boot.c
X-Send-Pr-Version: 3.2

>Number:         2041
>Category:       i386
>Synopsis:       typo in /sys/i386/boot/biosboot/boot.c
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 16 15:00:10 PST 1996
>Closed-Date:    Sun Nov 17 12:28:38 PST 1996
>Last-Modified:  Sun Nov 17 12:30:16 PST 1996
>Originator:     Ph. Charnier
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>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);
>Release-Note:
>Audit-Trail:

From: Bruce Evans <bde@zeta.org.au>
To: charnier@xp11.frmug.org, FreeBSD-gnats-submit@FreeBSD.org
Cc:  Subject: Re: i386/2041: typo in /sys/i386/boot/biosboot/boot.c
Date: Sun, 17 Nov 1996 11:33:59 +1100

 >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);
 
 This was intentional.  "/" is the current directory, so you don't have
 to type it after sd(0,a) any more than you have to type it when you just
 give the kernel name (e.g., kernel.old).  Leaving it out saves 1 byte :-).
 
 Bruce
State-Changed-From-To: open->closed 
State-Changed-By: bde 
State-Changed-When: Sun Nov 17 12:28:38 PST 1996 
State-Changed-Why:  
The "typo" is intentional. 
>Unformatted:
