WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix VM.resume/suspend docs.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Fix VM.resume/suspend docs.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 25 Mar 2007 22:00:54 -0700
Delivery-date: Sun, 25 Mar 2007 22:00:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1174867996 -3600
# Node ID dccb274295ae4df8812a645ea4809e82ae54b2e0
# Parent  8addc5015523a113efa9c54dd814cd08696fcd0b
Fix VM.resume/suspend docs.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 docs/xen-api/xenapi-datamodel.tex |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff -r 8addc5015523 -r dccb274295ae docs/xen-api/xenapi-datamodel.tex
--- a/docs/xen-api/xenapi-datamodel.tex Mon Mar 26 01:02:18 2007 +0100
+++ b/docs/xen-api/xenapi-datamodel.tex Mon Mar 26 01:13:16 2007 +0100
@@ -1379,7 +1379,7 @@ specified VM is in the Running state.
 \begin{tabular}{|c|c|p{7cm}|}
  \hline
 {\bf type} & {\bf name} & {\bf description} \\ \hline
-{\tt VM ref } & vm & The VM to hibernate \\ \hline 
+{\tt VM ref } & vm & The VM to suspend \\ \hline 
 
 \end{tabular}
 
@@ -1414,9 +1414,9 @@ specified VM is in the Suspended state.
 \begin{tabular}{|c|c|p{7cm}|}
  \hline
 {\bf type} & {\bf name} & {\bf description} \\ \hline
-{\tt VM ref } & vm & The VM to unhibernate \\ \hline 
-
-{\tt bool } & start\_paused & Unhibernate VM in paused state if set to true. 
\\ \hline 
+{\tt VM ref } & vm & The VM to resume \\ \hline 
+
+{\tt bool } & start\_paused & Resume VM in paused state if set to true. \\ 
\hline 
 
 \end{tabular}
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix VM.resume/suspend docs., Xen patchbot-unstable <=