From: Giuseppe Scrivano Date: Wed, 18 Sep 2013 15:12:18 +0000 (+0200) Subject: doc: fix XML for the RNG device example X-Git-Tag: CVE-2013-4296~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab42c226278a1c1c5236c64472aef583aec39412;p=thirdparty%2Flibvirt.git doc: fix XML for the RNG device example Add a missing '/' to close the "source" element. Signed-off-by: Giuseppe Scrivano --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index a927643c39..36893997e3 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -4903,8 +4903,8 @@ qemu-kvm -net nic,model=? /dev/null <backend model='random'>/dev/random</backend> <!-- OR --> <backend model='egd' type='udp'> - <source mode='bind' service='1234'> - <source mode='connect' host='1.2.3.4' service='1234'> + <source mode='bind' service='1234'/> + <source mode='connect' host='1.2.3.4' service='1234'/> </backend> </rng> </devices>