From: Ján Tomko
Date: Thu, 25 Apr 2013 16:53:07 +0000 (+0200)
Subject: docs: fix memballoon examples
X-Git-Tag: v1.0.5-rc1~17
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf659a868d01b7b8cffae4ed4f736cd29a1725a;p=thirdparty%2Flibvirt.git
docs: fix memballoon examples
Use a pair of 'memballoon' tags instead of single 'watchdog' one.
Add a few missing colons.
---
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 0c0506b4a4..8d4330329e 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -4355,7 +4355,7 @@ qemu-kvm -net nic,model=? /dev/null
- Example automatically added device with KVM
+ Example: automatically added device with KVM
...
@@ -4365,13 +4365,14 @@ qemu-kvm -net nic,model=? /dev/null
...
- Example manually added device with static PCI slot 2 requested
+ Example: manually added device with static PCI slot 2 requested
...
<devices>
- <watchdog model='virtio'/>
- <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
+ <memballoon model='virtio'>
+ <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
+ </memballoon>
</devices>
</domain>