]> 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)
committerCole Robinson <crobinso@redhat.com>
Thu, 14 Jun 2012 22:23:20 +0000 (18:23 -0400)
"accel3d" was specified twice, the second one is obviously "accel2d"
(also from the text down below.
(cherry picked from commit 94618eb66ac79cae49bd564f397ae3a4f1e49f98)

docs/formatdomain.html.in

index 6f19da05a5677876c5036be685514e9ddab85c1f..1841b2bfe44c56c14b86d5c61d0de8f0b73849ac 100644 (file)
@@ -3063,7 +3063,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;