manual: Add missing closure of XML tag

The <model type='qxl'> examples in the reference documentation are
missing a closing tag.
This commit is contained in:
Christophe Fergeau 2014-11-17 17:51:20 +01:00
parent 4639817f0e
commit 3d83525861

View File

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