]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-doc.texi
xics: Add xics_find_source()
[mirror_qemu.git] / qemu-doc.texi
index e6e20ebbd315bd084b7cf05954abf583fe827d13..88ec9bb1331c2d311cc8dbb1583a517c9a92b7ec 100644 (file)
@@ -823,7 +823,7 @@ In this case, the block device must be exported using qemu-nbd:
 qemu-nbd --socket=/tmp/my_socket my_disk.qcow2
 @end example
 
-The use of qemu-nbd allows to share a disk between several guests:
+The use of qemu-nbd allows sharing of a disk between several guests:
 @example
 qemu-nbd --socket=/tmp/my_socket --share=2 my_disk.qcow2
 @end example