[libvirt] [PATCH] doc: fix XML for the RNG device example

Add a missing '/' to close the "source" element. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> --- A minor detail that I have noticed while I copy-pasting the example. docs/formatdomain.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index a927643..3689399 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> -- 1.8.3.1

On 09/18/2013 05:12 PM, Giuseppe Scrivano wrote:
Add a missing '/' to close the "source" element.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> ---
A minor detail that I have noticed while I copy-pasting the example.
docs/formatdomain.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
ACK and pushed. Jan
participants (2)
-
Giuseppe Scrivano
-
Ján Tomko