]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
doc: Fix reference to #elementsUSB
authorPhilipp Hahn <hahn@univention.de>
Fri, 28 Jun 2013 17:06:30 +0000 (19:06 +0200)
committerLaine Stump <laine@laine.org>
Fri, 28 Jun 2013 19:59:47 +0000 (15:59 -0400)
aae0fc2a922b3e31dae7648c547fca2ac2587625 removed the #elementsUSB anchor
but did not update the links to point to the new section #elementsHostDev.

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

index d6518161489840ce309296113f1b5c585fb9843e..cc4c5ea6ed6ef0f69ccaca2a9c626a612cc7561b 100644 (file)
         configure in the desired way, which is why per-device boot elements
         (see <a href="#elementsDisks">disks</a>,
         <a href="#elementsNICS">network interfaces</a>, and
-        <a href="#elementsUSB">USB and PCI devices</a> sections below) were
+        <a href="#elementsHostDev">USB and PCI devices</a> sections below) were
         introduced and they are the preferred way providing full control over
         booting order. The <code>boot</code> element and per-device boot
         elements are mutually exclusive. <span class="since">Since 0.1.3,
index ad05a709e15dbcc9a2c8961554f26a2f5002d884..5f57a5aeeed301583a1c45a7dda7c19a0e7518f2 100644 (file)
@@ -13,7 +13,7 @@
       prefix <code>virNodeDevice</code>, which deal with management of
       host devices that can be handed to guests via passthrough as
       &lt;hostdev&gt; elements
-      in <a href="formatdomain.html#elementsUSB">the domain XML</a>.
+      in <a href="formatdomain.html#elementsHostDev">the domain XML</a>.
       These devices are represented as a hierarchy, where a device on
       a bus has a parent of the bus controller device; the root of the
       hierarchy is the node named "computer".