From da5eb7f1198fdf106a8a2323c474b2731b5e0b8b 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. (cherry picked from commit 94618eb66ac79cae49bd564f397ae3a4f1e49f98) --- 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 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>