From: Chen Hanxiao Date: Wed, 30 Jul 2014 03:03:15 +0000 (+0800) Subject: docs: fix an incorrect example for memoryBacking X-Git-Tag: v1.2.7-rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24c55ee04d2055a65d6292f23a400a75fb719493;p=thirdparty%2Flibvirt.git docs: fix an incorrect example for memoryBacking commit 136ad49740f017aabcac48d02d2df6ab7b0195e9 forgot to add an end-tags for hugepages. Signed-off-by: Chen Hanxiao --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 2f0be20a6e..df3fc4af84 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -620,6 +620,7 @@ <hugepages> <page size="1" unit="G" nodeset="0-3,5"/> <page size="2" unit="M" nodeset="4"/> + </hugepages> <nosharepages/> <locked/> </memoryBacking>