[Spice-devel] [PATCH] manual: Add missing closure of XML tag

Christophe Fergeau cfergeau at redhat.com
Mon Nov 17 08:56:49 PST 2014


The <model type='qxl'> examples in the reference documentation are
missing a closing tag.
---
Pushed under the trivial/documentation rule.


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

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>
 
 
-- 
2.1.0



More information about the Spice-devel mailing list