From dff53731ec5f2967bd3cf6d0f6237e661aac0f50 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 13 May 2022 10:31:33 +0200 Subject: [PATCH] docs: formatdomain: Remove 'elementsDevices' anchor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/formatdomain.rst | 1 - docs/manpages/virsh.rst | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 0247132d2b..4f85366c9d 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -2291,7 +2291,6 @@ event name Description ``emulation_faults`` the count of emulation faults, that is when the kernel traps on unimplemented instrucions and emulates them for user space, by applications running on the platform ``perf.emulation_faults`` =========================== ======================================================================================================================================================================================= ================================ -:anchor:`` Devices ------- diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst index 5cb948bb91..965b89c99d 100644 --- a/docs/manpages/virsh.rst +++ b/docs/manpages/virsh.rst @@ -4645,7 +4645,7 @@ attach-device Attach a device to the domain, using a device definition in an XML file using a device definition element such as or as the top-level element. See the documentation at -`https://libvirt.org/formatdomain.html#elementsDevices `__ to learn about +`https://libvirt.org/formatdomain.html#elementsDevices `__ to learn about libvirt XML format for a device. If *--config* is specified the command alters the persistent guest configuration with the device attach taking effect the next time libvirt starts the domain. @@ -5006,7 +5006,7 @@ Update the characteristics of a device associated with *domain*, based on the device definition in an XML *file*. The *--force* option can be used to force device update, e.g., to eject a CD-ROM even if it is locked/mounted in the domain. See the documentation at -`https://libvirt.org/formatdomain.html#elementsDevices `__ to learn about +`https://libvirt.org/formatdomain.html#elementsDevices `__ to learn about libvirt XML format for a device. If *--live* is specified, affect a running domain.