From: Martin Kletzander Date: Mon, 28 May 2012 10:44:32 +0000 (+0200) Subject: docs: typo in acceleration element X-Git-Tag: v0.9.11.4~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da5eb7f1198fdf106a8a2323c474b2731b5e0b8b;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. (cherry picked from commit 94618eb66ac79cae49bd564f397ae3a4f1e49f98) --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 6f19da05a5..1841b2bfe4 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3063,7 +3063,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>