|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix docs: xm set-mem => xm mem-set.
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 07b5b3e2ff451f2ae2d5f73acd0787a1b7b3c68f
# Parent c794c98c416c9b16b25940e148ea9e939bf77ff6
Fix docs: xm set-mem => xm mem-set.
Signed-off-by: Anthony Liguori <aliguori@xxxxxxxxxx>
diff -r c794c98c416c -r 07b5b3e2ff45 docs/src/user/control_software.tex
--- a/docs/src/user/control_software.tex Tue Nov 1 09:33:22 2005
+++ b/docs/src/user/control_software.tex Tue Nov 1 09:34:34 2005
@@ -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 c794c98c416c -r 07b5b3e2ff45 docs/src/user/domain_mgmt.tex
--- a/docs/src/user/domain_mgmt.tex Tue Nov 1 09:33:22 2005
+++ b/docs/src/user/domain_mgmt.tex Tue Nov 1 09:34:34 2005
@@ -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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fix docs: xm set-mem => xm mem-set.,
Xen patchbot -unstable <=
|
|
|
|
|