]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
Fix spelling errors in man pages.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 15 May 2006 06:51:55 +0000 (07:51 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 15 May 2006 06:51:55 +0000 (07:51 +0100)
Signed-off-by: Charles Coffing <ccoffing@novell.com>
xen-unstable changeset:   9992:cb70d4f8d7182b0d1b5bcee7044f59fbe4dc9839
xen-unstable date:        Mon May 15 07:51:07 2006 +0100

docs/man/xend-config.sxp.pod.5
docs/man/xm.pod.1
docs/man/xmdomain.cfg.pod.5

index a11db8cfde3c8bff8077e9e51b4e4a54572369fa..14d41662e01bc03656c929f9697e2cac894bf07b 100644 (file)
@@ -107,7 +107,7 @@ If the value is 0, all available CPUs will be used by Domain0.
 =item I<enable-dump>
 
 A boolean value that tells xend whether or not core dumps of guest
-domains should be saved when a crash occurrs.  Defaults to I<no>.
+domains should be saved when a crash occurs.  Defaults to I<no>.
 
 =back
 
index d6e3697abe7998ce7e2116970064a36a1e729a98..b56e6974b620eb490e82019fe9d0569300fa042d 100644 (file)
@@ -27,12 +27,12 @@ each of those sub commands.
 
 =head1 NOTES
 
-All B<xm> opperations rely upon the Xen control daemon, aka B<xend>.
+All B<xm> operations rely upon the Xen control daemon, aka B<xend>.
 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<xm> commands require root privledges to run due to the
+Most B<xm> 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<b - blocked>
 
-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<Xend> 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<shutdown> I<[options]> I<domain-id>
 
 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<PARAMETERS>
 
 =item I<period>
 
-The normal EDF scheduling usage in nanosecs
+The normal EDF scheduling usage in nanoseconds
 
 =item I<slice>
 
-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<mac=macaddr>
 
-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
index df868543b1c8b98f410702457cb4247c0fdc2b9d..03faf68caf9fc0c7e473c5eb12220bb0e961f547 100644 (file)
@@ -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<r> (read-only), I<w> (read/write).
 
 =item B<vif>
 
-An arrray of virtual interface stanzas in the form:
+An array of virtual interface stanzas in the form:
 
     vif = [ "stanza1", "stanza2", ... ]