mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 20:53:48 +00:00
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:
parent
4639817f0e
commit
3d83525861
@ -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>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user