]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: Remove 'elementsSysinfo' anchor
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 May 2022 08:31:31 +0000 (10:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jun 2022 10:27:09 +0000 (12:27 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst

index 1346c1ce017fc13189371117f6f496adb38f2188..f0bc9f6995abb94097aed80483aea8f634d4234f 100644 (file)
@@ -53,7 +53,7 @@ General metadata
    the virtual machine. The format must be RFC 4122 compliant, eg
    ``3e3fce45-4f53-4fa7-bb32-11f34168b82b``. If omitted when defining/creating a
    new machine, a random UUID is generated. It is also possible to provide the
-   UUID via a `sysinfo <#elementsSysinfo>`__ specification. :since:`Since 0.0.1,
+   UUID via a `SMBIOS System Information`_ specification. :since:`Since 0.0.1,
    sysinfo since 0.8.7`
 ``genid``
    :since:`Since 4.4.0` , the ``genid`` element can be used to add a Virtual
@@ -251,7 +251,7 @@ harddisk, cdrom, network) determining where to obtain/find the boot image.
    UUID, from the host's SMBIOS values; the
    `virConnectGetSysinfo <html/libvirt-libvirt-host.html#virConnectGetSysinfo>`__
    call can be used to see what values are copied), or "sysinfo" (use the values
-   in the `sysinfo <#elementsSysinfo>`__ element). If not specified, the
+   in the `SMBIOS System Information`_ element). If not specified, the
    hypervisor default is used. :since:`Since 0.8.7`
 
 Up till here the BIOS/UEFI configuration knobs are generic enough to be
@@ -407,7 +407,6 @@ If you want to enable user namespace, set the ``idmap`` element. The ``uid`` and
      <gid start='0' target='1000' count='10'/>
    </idmap>
 
-:anchor:`<a id="elementsSysinfo"/>`
 
 SMBIOS System Information
 -------------------------