direct-io.hg
changeset 7587:07b5b3e2ff45
Fix docs: xm set-mem => xm mem-set.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue Nov 01 10:34:34 2005 +0100 (2005-11-01) |
parents | c794c98c416c |
children | b818029835de |
files | docs/src/user/control_software.tex docs/src/user/domain_mgmt.tex |
line diff
1.1 --- a/docs/src/user/control_software.tex Tue Nov 01 10:33:22 2005 +0100 1.2 +++ b/docs/src/user/control_software.tex Tue Nov 01 10:34:34 2005 +0100 1.3 @@ -60,7 +60,7 @@ custom variables (for instance, the \pat 1.4 The available commands are as follows: 1.5 1.6 \begin{description} 1.7 -\item[set-mem] Request a domain to adjust its memory footprint. 1.8 +\item[mem-set] Request a domain to adjust its memory footprint. 1.9 \item[create] Create a new domain. 1.10 \item[destroy] Kill a domain immediately. 1.11 \item[list] List running domains.
2.1 --- a/docs/src/user/domain_mgmt.tex Tue Nov 01 10:33:22 2005 +0100 2.2 +++ b/docs/src/user/domain_mgmt.tex Tue Nov 01 10:34:34 2005 +0100 2.3 @@ -160,12 +160,12 @@ memory at the request of the administrat 2.4 \subsection{Setting memory footprints from dom0} 2.5 2.6 The machine administrator can request that a domain alter its memory 2.7 -footprint using the \path{xm set-mem} command. For instance, we can 2.8 +footprint using the \path{xm mem-set} command. For instance, we can 2.9 request that our example ttylinux domain reduce its memory footprint 2.10 to 32 megabytes. 2.11 2.12 \begin{verbatim} 2.13 -# xm set-mem ttylinux 32 2.14 +# xm mem-set ttylinux 32 2.15 \end{verbatim} 2.16 2.17 We can now see the result of this in the output of \path{xm list}: 2.18 @@ -181,7 +181,7 @@ The domain has responded to the request 2.19 can restore the domain to its original size using the command line: 2.20 2.21 \begin{verbatim} 2.22 -# xm set-mem ttylinux 64 2.23 +# xm mem-set ttylinux 64 2.24 \end{verbatim} 2.25 2.26 \subsection{Setting memory footprints from within a domain}