From: Michele Paolino Date: Fri, 4 Jul 2014 14:12:48 +0000 (+0200) Subject: docs: formatdomain.html fixes X-Git-Tag: v1.2.7-rc1~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f71959b6741ecd825b6250ba69805f1706ff3d;p=thirdparty%2Flibvirt.git docs: formatdomain.html fixes Fixed some XML tags in the formatdomain page. Signed-off-by: Michele Paolino --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 901c26a779..b69da4c657 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3856,7 +3856,7 @@ qemu-kvm -net nic,model=? /dev/null <outbound average='128' peak='256' burst='256'/> </bandwidth> </interface> - <devices> + </devices> ...

@@ -3888,7 +3888,7 @@ qemu-kvm -net nic,model=? /dev/null </vlan> ... </interface> - <devices> + </devices> ...

@@ -3932,7 +3932,7 @@ qemu-kvm -net nic,model=? /dev/null <target dev='vnet0'/> <link state='down'/> </interface> - <devices> + </devices> ...

@@ -4905,7 +4905,7 @@ qemu-kvm -net nic,model=? /dev/null <devices> <sound model='ich6'> <codec type='micro'/> - <sound/> + </sound> </devices> ...