]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
doc: fix XML for the RNG device example
authorGiuseppe Scrivano <gscrivan@redhat.com>
Wed, 18 Sep 2013 15:12:18 +0000 (17:12 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 18 Sep 2013 15:14:49 +0000 (17:14 +0200)
Add a missing '/' to close the "source" element.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
docs/formatdomain.html.in

index a927643c3991b1ce44b6d9ccee208af1f32b330b..36893997e3ca06cbdeb9230f16124ea703e95c36 100644 (file)
@@ -4903,8 +4903,8 @@ qemu-kvm -net nic,model=? /dev/null
       &lt;backend model='random'&gt;/dev/random&lt;/backend&gt;
       &lt;!-- OR --&gt;
       &lt;backend model='egd' type='udp'&gt;
-        &lt;source mode='bind' service='1234'&gt;
-        &lt;source mode='connect' host='1.2.3.4' service='1234'&gt;
+        &lt;source mode='bind' service='1234'/&gt;
+        &lt;source mode='connect' host='1.2.3.4' service='1234'/&gt;
       &lt;/backend&gt;
     &lt;/rng&gt;
   &lt;/devices&gt;