Move the "/s" switch on the xcopy command lines to the end of the line.

Apparently this is where DOS expects them to be.

Submitted by:   Alfred Breull <breull.alf@mh-hannover.de>
This commit is contained in:
Nik Clayton 2000-07-16 16:19:36 +00:00
parent a76ee4820f
commit ab15995146
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7623
2 changed files with 6 additions and 6 deletions
en_US.ISO8859-1/books/handbook/install
en_US.ISO_8859-1/books/handbook/install

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.50 2000/07/08 03:09:59 dannyboy Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.51 2000/07/14 08:43:14 alex Exp $
-->
<chapter id="install">
@ -339,8 +339,8 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
FreeBSD:</para>
<screen><prompt>C:\&gt;</prompt> <userinput>md c:\FreeBSD</userinput>
<prompt>C:\&gt;</prompt> <userinput>xcopy /s e:\bin c:\FreeBSD\bin\</userinput>
<prompt>C:\&gt;</prompt> <userinput>xcopy /s e:\manpages c:\FreeBSD\manpages\</userinput></screen>
<prompt>C:\&gt;</prompt> <userinput>xcopy e:\bin c:\FreeBSD\bin\ /s</userinput>
<prompt>C:\&gt;</prompt> <userinput>xcopy e:\manpages c:\FreeBSD\manpages\ /s</userinput></screen>
<para>Assuming that <devicename>C:</devicename> is where you have
free space and <devicename>E:</devicename> is where your CDROM

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.50 2000/07/08 03:09:59 dannyboy Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.51 2000/07/14 08:43:14 alex Exp $
-->
<chapter id="install">
@ -339,8 +339,8 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
FreeBSD:</para>
<screen><prompt>C:\&gt;</prompt> <userinput>md c:\FreeBSD</userinput>
<prompt>C:\&gt;</prompt> <userinput>xcopy /s e:\bin c:\FreeBSD\bin\</userinput>
<prompt>C:\&gt;</prompt> <userinput>xcopy /s e:\manpages c:\FreeBSD\manpages\</userinput></screen>
<prompt>C:\&gt;</prompt> <userinput>xcopy e:\bin c:\FreeBSD\bin\ /s</userinput>
<prompt>C:\&gt;</prompt> <userinput>xcopy e:\manpages c:\FreeBSD\manpages\ /s</userinput></screen>
<para>Assuming that <devicename>C:</devicename> is where you have
free space and <devicename>E:</devicename> is where your CDROM