From 9a9527d21f7bb23be81a08c51adf51a84223aadf Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Fri, 26 Oct 2012 10:38:02 +0200 Subject: [PATCH] documentation: HTML tag fix Replace '%' by '&' for correct escaping of '>' in Domain specification. Signed-off-by: Philipp Hahn (cherry picked from commit 7083cdc7bd069c8dcfce8e3b1afb6af04f417086) --- docs/formatdomain.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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