From 94618eb66ac79cae49bd564f397ae3a4f1e49f98 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Mon, 28 May 2012 12:44:32 +0200 Subject: [PATCH] docs: typo in acceleration element "accel3d" was specified twice, the second one is obviously "accel2d" (also from the text down below. --- docs/formatdomain.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>