]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: fix memballoon examples
authorJán Tomko <jtomko@redhat.com>
Thu, 25 Apr 2013 16:53:07 +0000 (18:53 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 25 Apr 2013 16:56:33 +0000 (18:56 +0200)
Use a pair of 'memballoon' tags instead of single 'watchdog' one.
Add a few missing colons.

docs/formatdomain.html.in

index 0c0506b4a44e5ee79e8ff9e60616cccc9cfdb66f..8d4330329ed203abe993a3727cb38b66424d6a03 100644 (file)
@@ -4355,7 +4355,7 @@ qemu-kvm -net nic,model=? /dev/null
     </p>
 
     <p>
-      Example automatically added device with KVM
+      Example: automatically added device with KVM
     </p>
 <pre>
   ...
@@ -4365,13 +4365,14 @@ qemu-kvm -net nic,model=? /dev/null
   ...</pre>
 
     <p>
-      Example manually added device with static PCI slot 2 requested
+      Example: manually added device with static PCI slot 2 requested
     </p>
 <pre>
   ...
   &lt;devices&gt;
-    &lt;watchdog model='virtio'/&gt;
-    &lt;address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/&gt;
+    &lt;memballoon model='virtio'&gt;
+      &lt;address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/&gt;
+    &lt;/memballoon&gt;
   &lt;/devices&gt;
 &lt;/domain&gt;</pre>