diff --git a/doc/image-guide/ch_converting.xml b/doc/image-guide/ch_converting.xml
index 1f367fab83..58a0da1892 100644
--- a/doc/image-guide/ch_converting.xml
+++ b/doc/image-guide/ch_converting.xml
@@ -7,9 +7,9 @@
Converting between image formats
Converting images from one format to another is generally straightforward.
- qemu-img convert: raw, qcow2, QED, VDI, VMDK, VHD
+ qemu-img convert: raw, qcow2, qed, vdi, vmdk, vhd
The qemu-img convert command can do conversion between multiple
- formats, including qcow2, QED, raw, VDI (VirtualBox), VHD (Hyper-V), and VMDK (VMware).
+ formats, including qcow2, qed, raw, vdi, vhd, and vmdk.
qemu-img format strings
@@ -22,7 +22,7 @@
- qcow2 (KVM, Xen) |
+ QCOW2 (KVM, Xen) |
qcow2 |
@@ -51,10 +51,10 @@
$ qemu-img convert -f raw -O qcow2 centos7.img centos7.qcow2
- Run the following command to convert a VMDK image file to a raw image file.
+ Run the following command to convert a vmdk image file to a raw image file.
$ qemu-img convert -f vmdk -O raw centos7.vmdk centos7.img
- Run the following command to convert a VMDK image file to a qcow2 image file.
+ Run the following command to convert a vmdk image file to a qcow2 image file.
$ qemu-img convert -f vmdk -O qcow2 centos7.vmdk centos7.qcow2