From: Martin Kletzander Date: Mon, 28 May 2012 10:44:32 +0000 (+0200) Subject: docs: typo in acceleration element X-Git-Tag: v0.9.13-rc1~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94618eb66ac79cae49bd564f397ae3a4f1e49f98;p=thirdparty%2Flibvirt.git docs: typo in acceleration element "accel3d" was specified twice, the second one is obviously "accel2d" (also from the text down below. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index c56a7936e3..95c3edc83b 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -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>