From: Neil Wilson Date: Fri, 3 Jun 2011 13:43:30 +0000 (+0100) Subject: Correct 'cputune' documentation example. X-Git-Tag: v0.9.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b8d2e6d924434833861aca0be871f3ba6452e94;p=thirdparty%2Flibvirt.git Correct 'cputune' documentation example. Signed-off-by: Neil Wilson --- diff --git a/AUTHORS b/AUTHORS index 0cc09ce68e..e61e32cb59 100644 --- a/AUTHORS +++ b/AUTHORS @@ -173,6 +173,7 @@ Patches have also been contributed by: Dirk Herrendoerfer Taisuke Yamada Heath Petersen + Neil Wilson [....send patches to get your name here....] diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 05171199cf..225e0c8cab 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -293,7 +293,7 @@ <vcpupin vcpu="1" cpuset="0,1"/> <vcpupin vcpu="2" cpuset="2,3"/> <vcpupin vcpu="3" cpuset="0,4"/> - <cpushares>2048</cpushares> + <shares>2048</shares> </cputune> ...