diff options
author | Martin Kletzander <mkletzan@redhat.com> | 2012-09-04 12:01:41 +0200 |
---|---|---|
committer | Martin Kletzander <mkletzan@redhat.com> | 2012-09-05 06:36:55 +0200 |
commit | aa698a49ddc6224a530a8c0608fea6bfe87964ae (patch) | |
tree | e9291d089f5949d32dd998d37a9b7dbc50a7fb24 /tools | |
parent | Pass a correct pointer type to localtime_r(3). (diff) | |
download | libvirt-aa698a49ddc6224a530a8c0608fea6bfe87964ae.tar.gz libvirt-aa698a49ddc6224a530a8c0608fea6bfe87964ae.tar.bz2 libvirt-aa698a49ddc6224a530a8c0608fea6bfe87964ae.zip |
docs: correct dompmwakeup description
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virsh-domain.c | 6 | ||||
-rw-r--r-- | tools/virsh.pod | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 3cef7824b..dcf2b8c5e 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -2242,9 +2242,9 @@ cleanup: */ static const vshCmdInfo info_dom_pm_wakeup[] = { - {"help", N_("wakeup a domain suspended by dompmsuspend command")}, - {"desc", N_("Wakeup a domain previously suspended " - "by dompmsuspend command.")}, + {"help", N_("wakeup a domain from pmsuspended state")}, + {"desc", N_("Wakeup a domain that was previously suspended " + "by power management.")}, {NULL, NULL} }; diff --git a/tools/virsh.pod b/tools/virsh.pod index a26c42010..dca528823 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1523,9 +1523,10 @@ domain's guest OS. =item B<dompmwakeup> I<domain> -Wakeup a domain suspended by dompmsuspend command. Injects a wakeup -into the guest that previously used dompmsuspend, rather than waiting -for the previously requested duration (if any) to elapse. +Wakeup a domain from pmsuspended state (either suspended by dompmsuspend or +from the guest itself). Injects a wakeup into the guest that is in pmsuspended +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> |