]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
documentation: HTML tag fix
authorPhilipp Hahn <hahn@univention.de>
Fri, 26 Oct 2012 08:38:02 +0000 (10:38 +0200)
committerLaine Stump <laine@laine.org>
Fri, 26 Oct 2012 13:53:41 +0000 (09:53 -0400)
Replace '%' by '&' for correct escaping of '>' in Domain specification.

Signed-off-by: Philipp Hahn <hahn@univention.de>
docs/formatdomain.html.in

index 2417943240216a4d53d90401f386854a57ca87ef..c8da33d5c61b2a5b03029671b2a6a99a95c7dc47 100644 (file)
@@ -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, <code>&lt;tag%gt;</code>, specifies which vlan tag
+      subelement, <code>&lt;tag&gt;</code>, specifies which vlan tag
       to use (for example: <code>&lt;tag id='42'/&gt;</code>. If an
       interface has more than one <code>&lt;vlan&gt;</code> element
       defined, it is assumed that the user wants to do VLAN trunking