From owner-freebsd-doc@FreeBSD.ORG Sat May 22 04:30:03 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6271C16A4CE for ; Sat, 22 May 2004 04:30:03 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E10D43D48 for ; Sat, 22 May 2004 04:30:01 -0700 (PDT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id i4MBTYas005475; Sat, 22 May 2004 13:29:34 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.9/8.12.3/Submit) id i4MBTWh7005474; Sat, 22 May 2004 13:29:32 +0200 (CEST) (envelope-from marc) Date: Sat, 22 May 2004 13:29:32 +0200 From: Marc Fonvieille To: Rob Message-ID: <20040522112932.GA66122@abigail.blackend.org> References: <40AF340E.2050003@users.sourceforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40AF340E.2050003@users.sourceforge.net> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.9-STABLE cc: freebsd-doc@freebsd.org Subject: Re: typo: 2.12 Advanced Installation Guide X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 11:30:03 -0000 On Sat, May 22, 2004 at 08:05:50PM +0900, Rob wrote: > > This is a small and trivial typo: > > > > In the Handbook > > 2.12 Advanced Installation Guide > > 1. Enabling the Boot Floppies to Boot into a Serial Console > > > There are the explicit commands how to mount, > modify and unmount the boot floppy: > > # mount /dev/fd0 /floppy > > # cd /floppy > > # echo "/boot/loader -h" > boot.config > > # cd / > # umount /mnt > > > The last command should be "umount /floppy", or > change all "/floppy" into "/mnt". > In fact a better choice should be /mnt everywhere since /floppy does not exists by default. I'll fix it. Thanks. Marc