From: Peter Krempa <[email protected]> All other paragraphs in this section use 2 spaces after hyphen, fix the recently added section.
Signed-off-by: Peter Krempa <[email protected]> --- docs/formatdomain.rst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 0fa9d2e08b..b5a8f7b714 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -3619,22 +3619,22 @@ paravirtualized driver is specified via the ``disk`` element. </iothreads> </driver> - - The optional ``statistics`` sub-element allows configuring statistics - collection in configurable intervals for the given disk. Intervals are - configured by ``<statistic>`` sub-elements with ``interval`` attribute - configuring the collection window duration in seconds. The statistics - are available via the bulk statistics API. - - Example:: - - <driver name='qemu'> - <statistics> - <statistic interval='1'/> - <statistic interval='10'/> - </statistics> - </driver> + - The optional ``statistics`` sub-element allows configuring statistics + collection in configurable intervals for the given disk. Intervals are + configured by ``<statistic>`` sub-elements with ``interval`` attribute + configuring the collection window duration in seconds. The statistics + are available via the bulk statistics API. + + Example:: + + <driver name='qemu'> + <statistics> + <statistic interval='1'/> + <statistic interval='10'/> + </statistics> + </driver> - :since:`Since 11.9.0 (QEMU 10.2, virtio, ide, scsi disks only)`. + :since:`Since 11.9.0 (QEMU 10.2, virtio, ide, scsi disks only)`. - The optional ``queues`` attribute specifies the number of virt queues for virtio-blk ( :since:`Since 3.9.0` ) or vhost-user-blk -- 2.52.0
