doc: fix XML for the RNG device example

Add a missing '/' to close the "source" element.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2013-09-18 17:12:18 +02:00 committed by Ján Tomko
parent 922b7fda77
commit ab42c22627

View 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;