From: Philipp Hahn Date: Mon, 14 Mar 2011 07:52:14 +0000 (+0100) Subject: docs/formatdomain.html.in: Fix spelling PIC->PCI X-Git-Tag: CVE-2011-1486~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0c074c3aa57cc571b37eeed7bf7077bb417e55d;p=thirdparty%2Flibvirt.git docs/formatdomain.html.in: Fix spelling PIC->PCI Not "Programmable Interrupt Controller" but "Peripheral Component Interconnect". Signed-off-by: Philipp Hahn --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index d39aee0af1..f06b5249e2 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -968,7 +968,7 @@
The hostdev element is the main container for describing host devices. For usb device passthrough mode is always "subsystem" and type is "usb" for a USB device and "pci" - for a PCI device. When managed is "yes" for a PIC + for a PCI device. When managed is "yes" for a PCI device, it is detached from the host before being passed on to the guest.
source