]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: Remove 'seclabel' anchor
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 May 2022 08:31:38 +0000 (10:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jun 2022 10:27:10 +0000 (12:27 +0200)
One local reference required rewording of a whole paragraph to make
sense.

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

index 8e0f2542364adb55b2c6bf3cb0ce586a9be8f4cf..cffdab6eb7effc0e9776210cf7d0dbdc8f43f82e 100644 (file)
@@ -2720,10 +2720,11 @@ paravirtualized driver is specified via the ``disk`` element.
       incremental backups and snapshots are not supported for this disk type.
 
    With "file", "block", and "volume", one or more optional sub-elements
-   ``seclabel``, `described below <#seclabel>`__ (and :since:`since 0.9.9` ),
-   can be used to override the domain security labeling policy for just that
-   source file. (NB, for "volume" type disk, ``seclabel`` is only valid when the
+   ``seclabel`` (See `Security label`_) can be used to override the domain
+   security labeling policy for just that source file.
+   (NB, for "volume" type disk, ``seclabel`` is only valid when the
    specified storage volume is of 'file' or 'block' type).
+   :since:`since 0.9.9`
 
    The ``source`` element may also have the ``index`` attribute with same
    semantics the ``index`` attribute of ``backingStore``.
@@ -6280,7 +6281,7 @@ top-level element. The host interface is configured by the ``source`` element.
 
 The ``source`` element may contain an optional ``seclabel`` to override the way
 that labelling is done on the socket path. If this element is not present, the
-`security label is inherited from the per-domain setting <#seclabel>`__.
+`Security label`_ is inherited from the per-domain setting.
 
 If the interface ``type`` presented to the host is "file", then the ``source``
 element may contain an optional attribute ``append`` that specifies whether or
@@ -8047,7 +8048,6 @@ The optional ``driver`` element allows to specify virtio options, see
    </devices>
    ...
 
-:anchor:`<a id="seclabel"/>`
 
 Security label
 --------------
index 07aa03c0a758e48dd39f30297fc76c9066066e1b..085c712053f747c3ee05657a7a5539ff3c105481 100644 (file)
@@ -159,7 +159,7 @@ The top-level ``domainsnapshot`` element may contain the following elements:
 
          The ``source`` element also may contain the ``seclabel`` element
          (described in the `domain XML documentation
-         <formatdomain.html#seclabel>`__) which can be used to override the
+         <formatdomain.html#security-label>`__) which can be used to override the
          domain security labeling policy for ``source``.
 
       ``driver``