mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
docs: correct dompmwakeup description
This commit is contained in:
parent
15d2c9fad4
commit
aa698a49dd
@ -2242,9 +2242,9 @@ cleanup:
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static const vshCmdInfo info_dom_pm_wakeup[] = {
|
static const vshCmdInfo info_dom_pm_wakeup[] = {
|
||||||
{"help", N_("wakeup a domain suspended by dompmsuspend command")},
|
{"help", N_("wakeup a domain from pmsuspended state")},
|
||||||
{"desc", N_("Wakeup a domain previously suspended "
|
{"desc", N_("Wakeup a domain that was previously suspended "
|
||||||
"by dompmsuspend command.")},
|
"by power management.")},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1523,9 +1523,10 @@ domain's guest OS.
|
|||||||
|
|
||||||
=item B<dompmwakeup> I<domain>
|
=item B<dompmwakeup> I<domain>
|
||||||
|
|
||||||
Wakeup a domain suspended by dompmsuspend command. Injects a wakeup
|
Wakeup a domain from pmsuspended state (either suspended by dompmsuspend or
|
||||||
into the guest that previously used dompmsuspend, rather than waiting
|
from the guest itself). Injects a wakeup into the guest that is in pmsuspended
|
||||||
for the previously requested duration (if any) to elapse.
|
state, rather than waiting for the previously requested duration (if any) to
|
||||||
|
elapse. This operation doesn't not necessarily fail if the domain is running.
|
||||||
|
|
||||||
=item B<ttyconsole> I<domain>
|
=item B<ttyconsole> I<domain>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user