[libvirt] [PATCH] docs: Fix disk "volume" description

John Ferlan jferlan at redhat.com
Tue May 10 20:16:39 UTC 2016


Missing a close single quote and a 'be' before used.

Signed-off-by: John Ferlan <jferlan at redhat.com>
---
 Pushed as trivial.

 docs/formatdomain.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 7b29e78..58b8cb6 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2158,9 +2158,9 @@
 
               Using a LUN from an iSCSI source pool provides the same
               features as a <code>disk</code> configured using
-              <code>type</code> 'block' or 'network and <code>device</code>
+              <code>type</code> 'block' or 'network' and <code>device</code>
               of 'lun' with respect to how the LUN is presented to and
-              may used by the guest.
+              may be used by the guest.
 
               <span class="since">Since 1.0.5</span>
               </p>
-- 
2.5.5




More information about the libvir-list mailing list