docs: typo in acceleration element

"accel3d" was specified twice, the second one is obviously "accel2d"
(also from the text down below.
This commit is contained in:
Martin Kletzander 2012-05-28 12:44:32 +02:00
parent de9758ae9b
commit 94618eb66a

View File

@ -3112,7 +3112,7 @@ qemu-kvm -net nic,model=? /dev/null
<devices>
<video>
<model type='vga' vram='8192' heads='1'>
<acceleration accel3d='yes' accel3d='yes'/>
<acceleration accel3d='yes' accel2d='yes'/>
</model>
</video>
</devices>