]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Define anchors correctly in pci-hotplug
authorAndrea Bolognani <abologna@redhat.com>
Wed, 23 Aug 2017 11:55:01 +0000 (13:55 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 23 Aug 2017 11:58:45 +0000 (13:58 +0200)
HTML5 obsoletes the 'name' attribute in favor of 'id',
and our TOC generator apparently follows the recommendation
to the letter, resulting in a broken TOC if you use the
old-school attribute.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
docs/pci-hotplug.html.in

index cddc6f81b487c859673aefb518fbf786ce0e4dca..6e0648ee26e9af2c5db8baf644cb1cfa1d91fcf5 100644 (file)
@@ -33,9 +33,9 @@
       types, hence the way it's organized.
     </p>
 
-    <h2><a name="x86_64">x86_64 architecture</a></h2>
+    <h2><a id="x86_64">x86_64 architecture</a></h2>
 
-    <h3><a name="x86_64-q35">q35 machine type</a></h3>
+    <h3><a id="x86_64-q35">q35 machine type</a></h3>
 
     <p>
       This is a PCI Express native machine type. The default PCI topology
       from 0x01 to 0x1f of the <code>pci-bridge</code> controller.
     </p>
 
-    <h3><a name="x86_64-i440fx">i440fx (pc) machine type</a></h3>
+    <h3><a id="x86_64-i440fx">i440fx (pc) machine type</a></h3>
 
     <p>
       This is a legacy PCI native machine type. The default PCI
       assigned from the guest.
     </p>
 
-    <h2><a name="ppc64">ppc64 architecture</a></h2>
+    <h2><a id="ppc64">ppc64 architecture</a></h2>
 
-    <h3><a name="ppc64-pseries">pseries machine type</a></h3>
+    <h3><a id="ppc64-pseries">pseries machine type</a></h3>
 
     <p>
       The default PCI topology for the <code>pseries</code> machine
       from the host.
     </p>
 
-    <h2><a name="aarch64">aarch64 architecture</a></h2>
+    <h2><a id="aarch64">aarch64 architecture</a></h2>
 
-    <h3><a name="aarch64-virt">mach-virt (virt) machine type</a></h3>
+    <h3><a id="aarch64-virt">mach-virt (virt) machine type</a></h3>
 
     <p>
       This machine type mostly behaves the same as the