]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: Remove 'elementsNICS' anchor
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 May 2022 08:31:34 +0000 (10:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jun 2022 10:27:09 +0000 (12:27 +0200)
The one local link addition prompted rewrapping of the whole paragraph.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst
docs/formatnetwork.rst
docs/formatnetworkport.rst

index 65197d6e3da80b82d2a675c2a3d08472b93b245e..3618b1212a6e0fae656b80bc73b5e3345cf2d246 100644 (file)
@@ -239,11 +239,11 @@ harddisk, cdrom, network) determining where to obtain/find the boot image.
    (the sorted list is vda, vdb, hda, hdc). Similar domain with hdc, vda, vdb,
    and hda disks will boot from hda (sorted disks are: hda, hdc, vda, vdb). It
    can be tricky to configure in the desired way, which is why per-device boot
-   elements (see `Hard drives, floppy disks, CDROMs`_, `network
-   interfaces <#elementsNICS>`__, and `Host device assignment`_
-   sections below) were introduced and they are the preferred way providing full
-   control over booting order. The ``boot`` element and per-device boot elements
-   are mutually exclusive. :since:`Since 0.1.3, per-device boot since 0.8.8`
+   elements (see `Hard drives, floppy disks, CDROMs`_, `Network interfaces`_,
+   and `Host device assignment`_ sections below) were introduced and they are
+   the preferred way providing full control over booting order.
+   The ``boot`` element and per-device boot elements are mutually exclusive.
+   :since:`Since 0.1.3, per-device boot since 0.8.8`
 ``smbios``
    How to populate SMBIOS information visible in the guest. The ``mode``
    attribute must be specified, and is either "emulate" (let the hypervisor
@@ -4441,7 +4441,6 @@ Each mode supports an optional sub-element ``<address>`` (See `Device Addresses`
 which fine-tunes the correlation between the smartcard and a ccid bus controller.
 For now, qemu only supports at most one smartcard, with an address of bus=0 slot=0.
 
-:anchor:`<a id="elementsNICS"/>`
 
 Network interfaces
 ~~~~~~~~~~~~~~~~~~
index d6550f6df93a9947ab96a5236ba05ec2d2321397..d956178e5691d52ef0897dcd5d5c8031b013acdf 100644 (file)
@@ -61,7 +61,7 @@ The first elements provide basic metadata about the virtual network.
    The optional parameter ``trustGuestRxFilters`` can be used to set that
    attribute of the same name for each domain interface connected to this
    network ( :since:`since 1.2.10` ). See the `Network
-   interfaces <formatdomain.html#elementsNICS>`__ section of the domain XML
+   interfaces <formatdomain.html#network-interfaces>`__ section of the domain XML
    documentation for more details. Note that an explicit setting of this
    attribute in a portgroup or the individual domain interface will override the
    setting in the network.
@@ -616,7 +616,7 @@ starting.
 portgroups also support the optional parameter ``trustGuestRxFilters`` which can
 be used to set that attribute of the same name for each domain interface using
 this portgroup ( :since:`since 1.2.10` ). See the `Network
-interfaces <formatdomain.html#elementsNICS>`__ section of the domain XML
+interfaces <formatdomain.html#network-interfaces>`__ section of the domain XML
 documentation for more details. Note that an explicit setting of this attribute
 in the portgroup overrides the network-wide setting, and an explicit setting in
 the individual domain interface will override the setting in the portgroup.
index 6f1a24a52cdbe8cd25d3923feb36bd38d09ccf88..394c65c2b72cda6fb93242947d1325c7370e63b9 100644 (file)
@@ -98,7 +98,7 @@ The following elements are common to one or more of the plug types listed later
 ``virtualport``
    The ``virtualport`` element describes metadata that needs to be provided to
    the underlying network subsystem. It is described in the domain XML
-   `interface documentation <formatdomain.html#elementsNICS>`__.
+   `interface documentation <formatdomain.html#network-interfaces>`__.
 
 Plugs
 ~~~~~