docs: Fix syntax error in defaultiothread example

Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Han Han 2022-07-06 14:20:30 +08:00 committed by Michal Privoznik
parent 35609616a2
commit 2ee82b3dfb

View File

@ -715,7 +715,7 @@ host/guest with many LUNs. :since:`Since 1.2.8 (QEMU only)`
<iothread id="6"/>
<iothread id="8" thread_pool_min="2" thread_pool_max="32"/>
</iothreadids>
<defaultiothread thread_pool_min="8" thread_pool_max="16">
<defaultiothread thread_pool_min="8" thread_pool_max="16"/>
...
</domain>