mirror of https://gitee.com/openkylin/libvirt.git
docs/formatdomain.html.in: Fix spelling PIC->PCI
Not "Programmable Interrupt Controller" but "Peripheral Component Interconnect". Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
parent
7cc101ce0e
commit
c0c074c3aa
|
@ -968,7 +968,7 @@
|
|||
<dd>The <code>hostdev</code> element is the main container for describing
|
||||
host devices. For usb device passthrough <code>mode</code> is always
|
||||
"subsystem" and <code>type</code> is "usb" for a USB device and "pci"
|
||||
for a PCI device. When <code>managed</code> is "yes" for a PIC
|
||||
for a PCI device. When <code>managed</code> is "yes" for a PCI
|
||||
device, it is detached from the host before being passed on to
|
||||
the guest.</dd>
|
||||
<dt><code>source</code></dt>
|
||||
|
|
Loading…
Reference in New Issue