From owner-freebsd-bugs Sat Nov 16 15:00:19 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA26233 for bugs-outgoing; Sat, 16 Nov 1996 15:00:19 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA26218; Sat, 16 Nov 1996 15:00:14 -0800 (PST) Resent-Date: Sat, 16 Nov 1996 15:00:14 -0800 (PST) Resent-Message-Id: <199611162300.PAA26218@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, charnier@xp11.frmug.org 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 ; 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" Reply-To: charnier@xp11.frmug.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/2041: typo in /sys/i386/boot/biosboot/boot.c Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >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: