diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 16f7eae253d4f3b5e4c106c226c22977d3e2d557..95d8c45487aa3fa98cd4ce1074989dc8fe196662 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2866,7 +2866,7 @@
Drive addresses have the following additional attributes: controller (a 2-digit controller number), bus (a 2-digit bus number), - target (a 2-digit bus number), + target (a 2-digit target number), and unit (a 2-digit unit number on the bus).
type='virtio-serial'
@@ -3175,7 +3175,7 @@ <hostdev mode='subsystem' type='scsi' sgio='filtered' rawio='yes'> <source> <adapter name='scsi_host0'/> - <address type='scsi' bus='0' target='0' unit='0'/> + <address bus='0' target='0' unit='0'/> </source> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='0'/>