[Spice-commits] docs/manual

Christophe Fergau teuf at kemper.freedesktop.org
Mon Nov 17 08:56:34 PST 2014


 docs/manual/manual.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3d835258618716f72d38e128ac5d419ae4146bb4
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Mon Nov 17 17:51:20 2014 +0100

    manual: Add missing closure of XML tag
    
    The <model type='qxl'> examples in the reference documentation are
    missing a closing tag.

diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index 5b19c11..bc25473 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -313,7 +313,7 @@ You should also add a QXL video device
 
 [source,xml]
 <video>
-    <model type='qxl'>
+    <model type='qxl'/>
 </video>
 
 After stopping and restarting the virtual machine `$vmname`, it should
@@ -583,10 +583,10 @@ QXL:
 
 [source,xml]
 <video>
-    <model type='qxl'>
+    <model type='qxl'/>
 </video>
 <video>
-    <model type='qxl'>
+    <model type='qxl'/>
 </video>
 
 


More information about the Spice-commits mailing list