]> 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)
committerCole Robinson <crobinso@redhat.com>
Sat, 27 Oct 2012 19:16:41 +0000 (15:16 -0400)
Replace '%' by '&' for correct escaping of '>' in Domain specification.

Signed-off-by: Philipp Hahn <hahn@univention.de>
(cherry picked from commit 7083cdc7bd069c8dcfce8e3b1afb6af04f417086)

docs/formatdomain.html.in

index 687ff8fac2b98718600bc8b6711b1a357f52c27f..b9fbffd9b3532ed76d0fdf0fddb491c887f2f2d0 100644 (file)
@@ -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, <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