diff options
author | Like Xu <like.xu@linux.intel.com> | 2019-02-20 13:27:26 +0800 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-03-06 10:40:21 +0100 |
commit | 806be3734c3c55357f15ab6548df86433f81859f (patch) | |
tree | ba9f4e26502a7adf0e36f883fcbd3ec2b028cd70 /docs/qemu-block-drivers.texi | |
parent | d80cf1eb2e87df3a9bfb226bcc7fb3a1aa858817 (diff) | |
download | qemu-806be3734c3c55357f15ab6548df86433f81859f.zip qemu-806be3734c3c55357f15ab6548df86433f81859f.tar.gz qemu-806be3734c3c55357f15ab6548df86433f81859f.tar.bz2 |
doc: fix typos for documents in tree
Signed-off-by: Like Xu <like.xu@linux.intel.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1550640446-18788-1-git-send-email-like.xu@linux.intel.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'docs/qemu-block-drivers.texi')
-rw-r--r-- | docs/qemu-block-drivers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/qemu-block-drivers.texi b/docs/qemu-block-drivers.texi index 38e9f34..da06a9b 100644 --- a/docs/qemu-block-drivers.texi +++ b/docs/qemu-block-drivers.texi @@ -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 |