diff --git a/tools/virsh.pod b/tools/virsh.pod index cad6b6bdf3..db72343159 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -3290,7 +3290,10 @@ I<--persistent>. =item B I I [[[I<--live>] [I<--config>] | [I<--current>]]]] -Detach a device with given I from the I. +Detach a device with given I from the I. This command returns +successfully after the unplug request was sent to the hypervisor. The actual +removal of the device is notified asynchronously via libvirt events +(see virsh event). If I<--live> is specified, affect a running domain. If I<--config> is specified, affect the next startup of a persistent domain.