Fixes misspelling in ch_creating_images_manually

In text: "The following example shows how to use the qemu-img
command to create an empty image file virt-install command to
start up a virtual machine using that image file".

Seems to have to be: "The following example shows how to use
the qemu-img command to create an empty image file, and
virt-install command to start up a virtual machine using
that image file" ("and" missed).

Change-Id: I3a4dc48261403a205b3ab80cbf98ab730b2689f5
Closes-bug: #1431290
This commit is contained in:
kylin7-sg 2015-03-17 10:18:51 +08:00
parent 4594a3a31b
commit b8d665b11d

View File

@ -120,7 +120,7 @@ default active yes</computeroutput></screen>
>Vinagre</link> (GNOME).</para> >Vinagre</link> (GNOME).</para>
<para>The following example shows how to use the <para>The following example shows how to use the
<command>qemu-img</command> command to create an empty <command>qemu-img</command> command to create an empty
image file <command>virt-install</command> command to image file, and <command>virt-install</command> command to
start up a virtual machine using that image file. As start up a virtual machine using that image file. As
root:</para> root:</para>
<screen><prompt>#</prompt> <command>qemu-img create -f qcow2 /data/centos-6.4.qcow2 10G</command> <screen><prompt>#</prompt> <command>qemu-img create -f qcow2 /data/centos-6.4.qcow2 10G</command>