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-devel

[Xen-devel] [PATCH][TRIVIAL] Change documentation references to xm set-m

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][TRIVIAL] Change documentation references to xm set-mem => xm mem-set
From: Anthony Liguori <aliguori@xxxxxxxxxx>
Date: Mon, 31 Oct 2005 14:01:19 -0600
Delivery-date: Mon, 31 Oct 2005 19:58:35 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
xm mem-set is the actual command name.

Regards,

Anthony Liguori
# HG changeset patch
# User Anthony Liguori <anthony@xxxxxxxxxxxxx>
# Node ID 671ae7aa6bf92bfd66acd77810316f3f0dfee783
# Parent  ea6d9f29dff5d429c0a7cb6c381628e6f2bb38e1
xm set-mem => xm mem-set

Signed-off-by: Anthony Liguori <aliguori@xxxxxxxxxx>

diff -r ea6d9f29dff5 -r 671ae7aa6bf9 docs/src/user/control_software.tex
--- a/docs/src/user/control_software.tex        Mon Oct 31 17:07:14 2005 +0100
+++ b/docs/src/user/control_software.tex        Mon Oct 31 14:59:43 2005 -0500
@@ -60,7 +60,7 @@
 The available commands are as follows:
 
 \begin{description}
-\item[set-mem] Request a domain to adjust its memory footprint.
+\item[mem-set] Request a domain to adjust its memory footprint.
 \item[create] Create a new domain.
 \item[destroy] Kill a domain immediately.
 \item[list] List running domains.
diff -r ea6d9f29dff5 -r 671ae7aa6bf9 docs/src/user/domain_mgmt.tex
--- a/docs/src/user/domain_mgmt.tex     Mon Oct 31 17:07:14 2005 +0100
+++ b/docs/src/user/domain_mgmt.tex     Mon Oct 31 14:59:43 2005 -0500
@@ -160,12 +160,12 @@
 \subsection{Setting memory footprints from dom0}
 
 The machine administrator can request that a domain alter its memory
-footprint using the \path{xm set-mem} command.  For instance, we can
+footprint using the \path{xm mem-set} command.  For instance, we can
 request that our example ttylinux domain reduce its memory footprint
 to 32 megabytes.
 
 \begin{verbatim}
-# xm set-mem ttylinux 32
+# xm mem-set ttylinux 32
 \end{verbatim}
 
 We can now see the result of this in the output of \path{xm list}:
@@ -181,7 +181,7 @@
 can restore the domain to its original size using the command line:
 
 \begin{verbatim}
-# xm set-mem ttylinux 64
+# xm mem-set ttylinux 64
 \end{verbatim}
 
 \subsection{Setting memory footprints from within a domain}
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][TRIVIAL] Change documentation references to xm set-mem => xm mem-set, Anthony Liguori <=