]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
docs: correct dompmwakeup description
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 4 Sep 2012 10:01:41 +0000 (12:01 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 5 Sep 2012 04:36:55 +0000 (06:36 +0200)
tools/virsh-domain.c
tools/virsh.pod

index 3cef7824b8bbc67ddf74daa5c935876c0047ad16..dcf2b8c5e3a12b5af0be27292b362bdad38ebec0 100644 (file)
@@ -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}
 };
 
index a26c42010a0e9780ee1964c5d5c90182d3f5e417..dca528823878bb5c2d960372cc31a649e12e4aa5 100644 (file)
@@ -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>