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 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel