aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-01 10:50:58 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-01 10:50:58 +0100
commit840ac8df5ad05ef8472daa6692676d363edbc2a2 (patch)
tree6a044bf104372651cb45c0783e9847408260ec05
parent85c024b331ec621ac4761812392bb08614a2e163 (diff)
downloadxen-840ac8df5ad05ef8472daa6692676d363edbc2a2.tar.gz
xen-840ac8df5ad05ef8472daa6692676d363edbc2a2.tar.bz2
xen-840ac8df5ad05ef8472daa6692676d363edbc2a2.zip
Changed deprecated "set-vcpus" to "vcpu-set" in the xm man page.
Signed-off-by: Charles Coffing <ccoffing@novell.com>
-rw-r--r--docs/man/xm.pod.16
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/xm.pod.1 b/docs/man/xm.pod.1
index 18b055d5be..d6e3697abe 100644
--- a/docs/man/xm.pod.1
+++ b/docs/man/xm.pod.1
@@ -360,7 +360,7 @@ your Linux Kernel sources.
Moves a domain out of the paused state. This will allow a previously
paused domain to now be eligible for scheduling by the Xen hypervisor.
-=item B<set-vcpus> I<domain-id> I<vcpu-count>
+=item B<vcpu-set> I<domain-id> I<vcpu-count>
Enables the I<vcpu-count> virtual CPUs for the domain in question.
Like mem-set, this command can only allocate up to the maximum virtual
@@ -370,8 +370,8 @@ If the I<vcpu-count> is smaller than the current number of active
VCPUs, the highest number VCPUs will be hotplug removed. This may be
important for pinning purposes.
-Attempting to set-vcpus to a number larger than the initially
-configured VCPU count is an error. Trying to set-vcpus to < 1 will be
+Attempting to set the VCPUs to a number larger than the initially
+configured VCPU count is an error. Trying to set VCPUs to < 1 will be
quietly ignored.
=item B<vcpu-list> I<[domain-id]>