From: Philipp Hahn Date: Fri, 26 Oct 2012 08:38:02 +0000 (+0200) Subject: documentation: HTML tag fix X-Git-Tag: v1.0.0-rc2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7083cdc7bd069c8dcfce8e3b1afb6af04f417086;p=thirdparty%2Flibvirt.git documentation: HTML tag fix Replace '%' by '&' for correct escaping of '>' in Domain specification. Signed-off-by: Philipp Hahn --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 2417943240..c8da33d5c6 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3102,7 +3102,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