From d10a5f58c75e7eb5943b44cc36a1e768adb2cdb0 Mon Sep 17 00:00:00 2001 From: Eric Farman Date: Tue, 16 Jun 2015 23:29:55 -0400 Subject: [PATCH] docs: Correct typos in scsi hostdev and address elements The type='scsi' parameter of an address element is ignored if placed within a hostdev section, and rejected by the XML schema used by virt-xml-validate. Remove it from the doc, and correct a typo in the remaining address arguments. Signed-off-by: Eric Farman Reviewed-by: Matthew Rosato Reviewed-by: Stefan Zimmermann Reviewed-by: Boris Fiuczynski --- docs/formatdomain.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 16f7eae253..95d8c45487 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'/> -- GitLab