From: Philipp Hahn Date: Fri, 26 Oct 2012 08:38:02 +0000 (+0200) Subject: documentation: HTML tag fix X-Git-Tag: v0.10.2.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a9527d21f7bb23be81a08c51adf51a84223aadf;p=thirdparty%2Flibvirt.git documentation: HTML tag fix Replace '%' by '&' for correct escaping of '>' in Domain specification. Signed-off-by: Philipp Hahn (cherry picked from commit 7083cdc7bd069c8dcfce8e3b1afb6af04f417086) --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 687ff8fac2..b9fbffd9b3 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3024,7 +3024,7 @@ qemu-kvm -net nic,model=? /dev/null provide their own way (outside of libvirt) to tag guest traffic onto specific vlans.) To allow for specification of multiple tags (in the case of vlan trunking), a - subelement, <tag%gt;, specifies which vlan tag + subelement, <tag>, specifies which vlan tag to use (for example: <tag id='42'/>. If an interface has more than one <vlan> element defined, it is assumed that the user wants to do VLAN trunking