Date: Wed, 28 Jun 2000 09:20:43 -0700 From: Alfred Breull <breull.alf@mh-hannover.de> To: doc@FreeBSD.org Subject: small errata Message-ID: <395A25DB.7540@mh-hannover.de>
next in thread | raw e-mail | index | archive | help
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. Alf 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?395A25DB.7540>