]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: typo in acceleration element
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 28 May 2012 10:44:32 +0000 (12:44 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 28 May 2012 10:48:50 +0000 (12:48 +0200)
"accel3d" was specified twice, the second one is obviously "accel2d"
(also from the text down below.

docs/formatdomain.html.in

index c56a7936e392ca4476471988ce34b2e731a34574..95c3edc83b2f3d113dde6e585b9987c6211c22e1 100644 (file)
@@ -3112,7 +3112,7 @@ qemu-kvm -net nic,model=? /dev/null
   &lt;devices&gt;
     &lt;video&gt;
       &lt;model type='vga' vram='8192' heads='1'&gt;
-        &lt;acceleration accel3d='yes' accel3d='yes'/&gt;
+        &lt;acceleration accel3d='yes' accel2d='yes'/&gt;
       &lt;/model&gt;
     &lt;/video&gt;
   &lt;/devices&gt;