From ab2aebfd1bdba46ad4b36f4128ec82e44354fbdb Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 15 May 2006 07:51:55 +0100 Subject: [PATCH] Fix spelling errors in man pages. Signed-off-by: Charles Coffing xen-unstable changeset: 9992:cb70d4f8d7182b0d1b5bcee7044f59fbe4dc9839 xen-unstable date: Mon May 15 07:51:07 2006 +0100 --- docs/man/xend-config.sxp.pod.5 | 2 +- docs/man/xm.pod.1 | 18 +++++++++--------- docs/man/xmdomain.cfg.pod.5 | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/man/xend-config.sxp.pod.5 b/docs/man/xend-config.sxp.pod.5 index a11db8cfd..14d41662e 100644 --- a/docs/man/xend-config.sxp.pod.5 +++ b/docs/man/xend-config.sxp.pod.5 @@ -107,7 +107,7 @@ If the value is 0, all available CPUs will be used by Domain0. =item I A boolean value that tells xend whether or not core dumps of guest -domains should be saved when a crash occurrs. Defaults to I. +domains should be saved when a crash occurs. Defaults to I. =back diff --git a/docs/man/xm.pod.1 b/docs/man/xm.pod.1 index d6e3697ab..b56e6974b 100644 --- a/docs/man/xm.pod.1 +++ b/docs/man/xm.pod.1 @@ -27,12 +27,12 @@ each of those sub commands. =head1 NOTES -All B opperations rely upon the Xen control daemon, aka B. +All B operations rely upon the Xen control daemon, aka B. For any xm commands to run xend must also be running. For this reason you should start xend as a service when your system first boots using xen. -Most B commands require root privledges to run due to the +Most B commands require root privileges to run due to the communications channels used to talk to the hypervisor. Running as non root will return an error. @@ -169,7 +169,7 @@ The domain is currently running on a CPU =item B -The domain is blocked, and not running or runable. This can be caused +The domain is blocked, and not running or runnable. This can be caused because the domain is waiting on IO (a traditional wait state) or has gone to sleep because there was nothing else for it to do. @@ -248,7 +248,7 @@ careful when using this command on running domains. Migrate a domain to another Host machine. B must be running on other host machine, it must be running the same version of xen, it -must have the migration tcp port open and accepting connections from +must have the migration TCP port open and accepting connections from the source host, and there must be sufficient resources for the domain to run (memory, disk, etc). @@ -325,7 +325,7 @@ severed upon restore, as TCP timeouts may have expired. =item B I<[options]> I Gracefully shuts down a domain. This coordinates with the domain OS -to perform graceful shutdown, so there is no guaruntee that it will +to perform graceful shutdown, so there is no guarantee that it will succeed, and may take a variable length of time depending on what services must be shutdown in the domain. The command returns immediately after signally the domain unless that I<-w> flag is used. @@ -561,11 +561,11 @@ B =item I -The normal EDF scheduling usage in nanosecs +The normal EDF scheduling usage in nanoseconds =item I -The normal EDF scheduling usage in nanosecs +The normal EDF scheduling usage in nanoseconds FIXME: these are lame, should explain more. @@ -714,7 +714,7 @@ circumstances this should actually work. =item I -The MAC address that the domain will see on its ethernet device. If +The MAC address that the domain will see on its Ethernet device. If the device is not specified it will be randomly generated with the 00:16:3e vendor id prefix. @@ -756,7 +756,7 @@ formatted as a list or as an S-Expression if the '--long' option was given. The Virtual Network interfaces for Xen. -FIXME: This needs a lot more explaination, or it needs to be ripped +FIXME: This needs a lot more explanation, or it needs to be ripped out entirely. =over 4 diff --git a/docs/man/xmdomain.cfg.pod.5 b/docs/man/xmdomain.cfg.pod.5 index df868543b..03faf68ca 100644 --- a/docs/man/xmdomain.cfg.pod.5 +++ b/docs/man/xmdomain.cfg.pod.5 @@ -80,7 +80,7 @@ An array of block device stanzas, in the form: disk = [ "stanza1", "stanza2", ... ] -Each stanza has 3 terms, seperated by commas, +Each stanza has 3 terms, separated by commas, "backend-dev,frontend-dev,mode". =over 4 @@ -112,7 +112,7 @@ I (read-only), I (read/write). =item B -An arrray of virtual interface stanzas in the form: +An array of virtual interface stanzas in the form: vif = [ "stanza1", "stanza2", ... ] -- 2.39.5