From 33a324ba498095acc91f058961b1585fb01f2c40 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 13 May 2022 10:31:36 +0200 Subject: [PATCH] docs: formatdomain: Remove 'elementCharSerial' 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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 5f15c14093..3b9c18f6b4 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -274,8 +274,8 @@ them in production. ``bios`` This element has attribute ``useserial`` with possible values ``yes`` or ``no``. It enables or disables Serial Graphics Adapter which allows users to - see BIOS messages on a serial port. Therefore, one needs to have `serial - port <#elementCharSerial>`__ defined. :since:`Since 0.9.4` . :since:`Since + see BIOS messages on a serial port. Therefore, one needs to have `Serial port`_ + defined. :since:`Since 0.9.4` . :since:`Since 0.10.2 (QEMU only)` there is another attribute, ``rebootTimeout`` that controls whether and after how long the guest should start booting again in case the boot fails (according to BIOS). The value is in milliseconds with @@ -6330,7 +6330,6 @@ Parallel port ``target`` can have a ``port`` attribute, which specifies the port number. Ports are numbered starting from 0. There are usually 0, 1 or 2 parallel ports. -:anchor:`` Serial port ''''''''''' @@ -6437,7 +6436,7 @@ the ``console`` element might represent the same device as an existing ``serial`` element or a separate device. A ``target`` subelement is supported and works the same way as with the -``serial`` element (`see above <#elementCharSerial>`__ for details). Valid +``serial`` element (See `Serial port`_ for details). Valid values for the ``type`` attribute are: ``serial`` (described below); ``virtio`` (usable whenever VirtIO support is available); ``xen``, ``lxc`` and ``openvz`` (available when the corresponding hypervisor is in use). ``sclp`` and ``sclplm``