Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2000 19:32:21 +0000
From:      Nik Clayton <nik@freebsd.org>
To:        Alfred Breull <breull.alf@mh-hannover.de>
Cc:        doc@FreeBSD.org
Subject:   Re: small errata
Message-ID:  <20000710193221.D351@kilt.nothing-going-on.org>
In-Reply-To: <395A25DB.7540@mh-hannover.de>; from breull.alf@mh-hannover.de on Wed, Jun 28, 2000 at 09:20:43AM -0700
References:  <395A25DB.7540@mh-hannover.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 28, 2000 at 09:20:43AM -0700, Alfred Breull wrote:
> There is a small error at
> http://www.freebsd.org/handbook/install-guide.html#INSTALL-MSDOS
> 
> Wrong:
> C:\> xcopy /s e:\bin c:\FreeBSD\bin\
> C:\> xcopy /s e:\manpages c:\FreeBSD\manpages\
> 
> Correct:
> C:\> xcopy e:\bin c:\FreeBSD\bin\ /s
> C:\> xcopy e:\manpages c:\FreeBSD\manpages\ /s
> 
> MS-DOS requires the options at the end.

Thanks.  I'll be committing this fix shortly.

N
-- 
Internet connection, $19.95 a month.  Computer, $799.95.  Modem, $149.95.
Telephone line, $24.95 a month.  Software, free.  USENET transmission,
hundreds if not thousands of dollars.  Thinking before posting, priceless.
Somethings in life you can't buy.  For everything else, there's MasterCard.
  -- Graham Reed, in the Scary Devil Monastery


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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