]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/qemu-block-drivers.texi
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190610' into staging
[mirror_qemu.git] / docs / qemu-block-drivers.texi
index f1793692bb49d5d8ebc39095e46efbd422a7c289..da06a9bc838d056d6295b0d1c50d5d05d84513f6 100644 (file)
@@ -524,7 +524,7 @@ You can create a cloned image from the existing snapshot.
 @example
 qemu-img create -b sheepdog:///@var{base}#@var{tag} sheepdog:///@var{image}
 @end example
-where @var{base} is a image name of the source snapshot and @var{tag}
+where @var{base} is an image name of the source snapshot and @var{tag}
 is its tag name.
 
 You can use an unix socket instead of an inet socket:
@@ -632,7 +632,7 @@ qemu-system-i386 -drive file=iscsi://127.0.0.1/iqn.qemu.test/1 \
 @end example
 
 
-Howto set up a simple iSCSI target on loopback and accessing it via QEMU:
+How to set up a simple iSCSI target on loopback and access it via QEMU:
 @example
 This example shows how to set up an iSCSI target with one CDROM and one DISK
 using the Linux STGT software target. This target is available on Red Hat based