summaryrefslogtreecommitdiffstats
path: root/docs/manual/manual.txt
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-11-17 17:51:20 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-11-17 17:56:08 +0100
commit3d835258618716f72d38e128ac5d419ae4146bb4 (patch)
treea878358cdd40ea19c04564a79c403a25b9423064 /docs/manual/manual.txt
parent4639817f0eb26316894cc83b43a736bdd72f9018 (diff)
downloadspice-3d835258618716f72d38e128ac5d419ae4146bb4.tar.gz
spice-3d835258618716f72d38e128ac5d419ae4146bb4.tar.xz
spice-3d835258618716f72d38e128ac5d419ae4146bb4.zip
manual: Add missing closure of XML tag
The <model type='qxl'> examples in the reference documentation are missing a closing tag.
Diffstat (limited to 'docs/manual/manual.txt')
-rw-r--r--docs/manual/manual.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index 5b19c11c..bc254738 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>