mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-04 20:15:19 +00:00
doc: fix typo in virDomainDestroy API doc
(cherry picked from commit 0b7ad22ba6
)
This commit is contained in:
parent
20b07c28ec
commit
8512c27e23
@ -2211,11 +2211,11 @@ error:
|
||||
* Destroy the domain object. The running instance is shutdown if not down
|
||||
* already and all resources used by it are given back to the hypervisor. This
|
||||
* does not free the associated virDomainPtr object.
|
||||
* This function may require privileged access
|
||||
* This function may require privileged access.
|
||||
*
|
||||
* virDomainDestroy first requests that a guest terminate
|
||||
* (e.g. SIGTERM), then waits for it to comply. After a reasonable
|
||||
* timeout, if the guest still exists, virDomainDestory will
|
||||
* timeout, if the guest still exists, virDomainDestroy will
|
||||
* forcefully terminate the guest (e.g. SIGKILL) if necessary (which
|
||||
* may produce undesirable results, for example unflushed disk cache
|
||||
* in the guest). To avoid this possibility, it's recommended to
|
||||
|
Loading…
Reference in New Issue
Block a user