aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTim Deegan <tim@xen.org>2012-06-28 16:57:26 +0100
committerTim Deegan <tim@xen.org>2012-06-28 16:57:26 +0100
commit8c77bfea391cde0ae46c37d77d407c3dd9951583 (patch)
tree233822e192d46210713d3ac0575ac2ce4d9c91a9 /docs
parentcc6ba55e078df848b5fccc366f19388549f128c5 (diff)
downloadxen-8c77bfea391cde0ae46c37d77d407c3dd9951583.tar.gz
xen-8c77bfea391cde0ae46c37d77d407c3dd9951583.tar.bz2
xen-8c77bfea391cde0ae46c37d77d407c3dd9951583.zip
docs: various typos
Signed-off-by: Tim Deegan <tim@xen.org> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xl.cfg.pod.524
-rw-r--r--docs/man/xl.pod.16
-rw-r--r--docs/man/xm.pod.14
-rw-r--r--docs/man/xmdomain.cfg.pod.52
-rw-r--r--docs/misc/distro_mapping.txt2
-rw-r--r--docs/misc/kexec_and_kdump.txt8
-rw-r--r--docs/misc/tscmode.txt10
-rw-r--r--docs/misc/vtpm.txt2
-rw-r--r--docs/misc/xen-command-line.markdown2
-rw-r--r--docs/misc/xenstore.txt2
-rw-r--r--docs/misc/xl-disk-configuration.txt2
-rw-r--r--docs/misc/xl-network-configuration.markdown2
-rw-r--r--docs/misc/xsm-flask.txt2
13 files changed, 34 insertions, 34 deletions
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index 5254358200..314a03e339 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -202,7 +202,7 @@ configuration
=item B<rename-restart>
-rename the domain which terminated, and thenimmediately create a new
+rename the domain which terminated, and then immediately create a new
domain with the same configuration as the original
=item B<preserve>
@@ -357,7 +357,7 @@ guest B<DDDD> and B<BB> are C<0000:00>. XXX how does this really work?
=item B<KEY=VALUE>
-Posible B<KEY>s are:
+Possible B<KEY>s are:
=over 4
@@ -387,7 +387,7 @@ enable this option only for trusted VMs under administrator control.
=item B<pci_permissive=BOOLEAN>
(PV only) Changes the default value of 'permissive' for all PCI
-devices for this VM. This can still be overriden on a per-device
+devices for this VM. This can still be overridden on a per-device
basis. This option should be enabled with caution: it gives the guest
much more control over the device, which may have security or
stability implications. It is recommended to enable this option only
@@ -436,7 +436,7 @@ specific what meaning this has).
=item B<e820_host=BOOLEAN>
Selects whether to expose the host e820 (memory map) to the guest via
-the virtual e820. When this option is false the guest psuedo-physical
+the virtual e820. When this option is false the guest pseudo-physical
address space consists of a single contiguous RAM region. When this
option is specified the virtual e820 instead reflects the host e820
and contains the same PCI holes. The total amount of RAM represented
@@ -446,10 +446,10 @@ it is layed out.
Exposing the host e820 to the guest gives the guest kernel the
opportunity to set aside the required part of its pseudo-physical
address space in order to provide address space to map passedthrough
-PCI devices. It is guest Operaring System dependant whether this
+PCI devices. It is guest Operating System dependant whether this
option is required, specifically it is required when using a mainline
Linux ("pvops") kernel. This option defaults to true if any PCI
-passthrough devices are configued and false otherwise. If you do not
+passthrough devices are configured and false otherwise. If you do not
configure any passthrough devices at domain creation time but expect
to hotplug devices later then you should set this option. Conversely
if your particular guest kernel does not require this behaviour then
@@ -580,7 +580,7 @@ has no effect on a guest with multiple virtual CPUS as they must
always include these tables. This option is enabled by default and you
should usually omit it but it may be necessary to disable these
firmware tables when using certain older guest Operating
-Systems. These tables have been superceded by newer constructs within
+Systems. These tables have been superseded by newer constructs within
the ACPI tables. (X86 only)
=item B<nx=BOOLEAN>
@@ -763,7 +763,7 @@ Simple DirectMedia Layer). The default is not to enable this mode.
=item B<opengl=BOOLEAN>
Enable OpenGL acceleration of the SDL display. Only effects machines
-using B<device_model_version="qemu-xen-traditonal"> and only if the
+using B<device_model_version="qemu-xen-traditional"> and only if the
device-model was compiled with OpenGL support. Disabled by default.
=item B<nographic=BOOLEAN>
@@ -903,7 +903,7 @@ device-model will become the default in a future version of Xen.
=back
It is recommended to accept the default value for new guests. If
-you have existing guests then, depeending on the nature of the guest
+you have existing guests then, depending on the nature of the guest
Operating System, you may wish to force them to use the device
model which they were installed with.
@@ -926,19 +926,19 @@ Assign an XSM security label to the device-model stubdomain.
=item B<device_model_args=[ "ARG", "ARG", ...]>
-Pass additional arbitrary options on the devide-model command
+Pass additional arbitrary options on the device-model command
line. Each element in the list is passed as an option to the
device-model.
=item B<device_model_args_pv=[ "ARG", "ARG", ...]>
-Pass additional arbitrary options on the devide-model command line for
+Pass additional arbitrary options on the device-model command line for
a PV device model only. Each element in the list is passed as an
option to the device-model.
=item B<device_model_args_hvm=[ "ARG", "ARG", ...]>
-Pass additional arbitrary options on the devide-model command line for
+Pass additional arbitrary options on the device-model command line for
an HVM device model only. Each element in the list is passed as an
option to the device-model.
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 16f78e3651..c1ec1dacd8 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -50,7 +50,7 @@ setup the bridge.
=item B<autoballoon>
If you specify the amount of memory dom0 has, passing B<dom0_mem> to
-Xen, it is highly reccomended to disable B<autoballoon>. Edit
+Xen, it is highly recommended to disable B<autoballoon>. Edit
B</etc/xen/xl.conf> and set it to 0.
=item run xl as B<root>
@@ -808,7 +808,7 @@ the ratelimit (see below).
Ratelimit attempts to limit the number of schedules per second. It
sets a minimum amount of time (in microseconds) a VM must run before
-we will allow a higher-prioirty VM to pre-empt it. The default value
+we will allow a higher-priority VM to pre-empt it. The default value
is 1000 microseconds (1ms). Valid range is 100 to 500000 (500ms).
The ratelimit length must be lower than the timeslice length.
@@ -1233,7 +1233,7 @@ We need better documentation for:
=item B<tmem>
-Trascendent Memory.
+Transcendent Memory.
=back
diff --git a/docs/man/xm.pod.1 b/docs/man/xm.pod.1
index f9d2a0a983..69e1f519b3 100644
--- a/docs/man/xm.pod.1
+++ b/docs/man/xm.pod.1
@@ -117,7 +117,7 @@ on the command line are replaced by the values set in the script.
=item B<-F=FILE>, B<--config=FILE>
-Use the given SXP formated configuration script.
+Use the given SXP formatted configuration script.
SXP is the underlying configuration format used by Xen.
SXP configuration scripts can be hand-written or generated
from Python configuration scripts, using the -n
@@ -430,7 +430,7 @@ on the command line are replaced by the values set in the script.
=item B<-F=FILE>, B<--config=FILE>
-Use the given SXP formated configuration script.
+Use the given SXP formatted configuration script.
SXP is the underlying configuration format used by Xen.
SXP configuration scripts can be hand-written or generated
from Python configuration scripts, using the -n
diff --git a/docs/man/xmdomain.cfg.pod.5 b/docs/man/xmdomain.cfg.pod.5
index f4a8b79f13..99fca68e4e 100644
--- a/docs/man/xmdomain.cfg.pod.5
+++ b/docs/man/xmdomain.cfg.pod.5
@@ -53,7 +53,7 @@ xen kernel.
The amount of RAM, in megabytes, to allocate to the domain when it
starts. Allocating insufficient memory for a domain may produce
extremely bizarre behavior. If there isn't enough free memory left on
-the machine to fulfill this request, the domain will fail to start.
+the machine to fulfil this request, the domain will fail to start.
Xen does not support overcommit of memory, so the total memory of all
guests (+ 64 MB needed for Xen) must be less than or equal to the
diff --git a/docs/misc/distro_mapping.txt b/docs/misc/distro_mapping.txt
index 7f41b96474..f56e2814a7 100644
--- a/docs/misc/distro_mapping.txt
+++ b/docs/misc/distro_mapping.txt
@@ -22,6 +22,6 @@ one must grep for the above elements and add appropriate checks.
For example if a new distro uses /etc/bork as its config dir, it's not
sufficient to set CONFIG_LEAF_DIR=bork; one must also add tests for the
-existance of the bork dir in every context where config files are read.
+existence of the bork dir in every context where config files are read.
diff --git a/docs/misc/kexec_and_kdump.txt b/docs/misc/kexec_and_kdump.txt
index 06592196db..9ec3fcc784 100644
--- a/docs/misc/kexec_and_kdump.txt
+++ b/docs/misc/kexec_and_kdump.txt
@@ -3,8 +3,8 @@
Kexec and Kdump for Xen
=======================
-This is a breif guide to using Kexec and Kdump in conjunction with Xen.
-This functionaly works at the level of the hypervisor and dom0 kernel.
+This is a brief guide to using Kexec and Kdump in conjunction with Xen.
+This functionally works at the level of the hypervisor and dom0 kernel.
And will thus affect all guests running on a machine.
At this stage it does not work in conjunction with domU kernels.
@@ -33,7 +33,7 @@ Linux -> Xen | first kernel | second hypervisor &
---------------+--------------------+--------------------
Linux -> Linux | first kernel | second kernel
-If you are kexecing to Xen then you will also need to preapare the second
+If you are kexecing to Xen then you will also need to prepare the second
hypervisor and dom0 kernel that will run after kexec. These may be the same
as the first hypervisor and dom0 kernel that are used before kexec if you
are kexecing from Xen to Xen.
@@ -176,7 +176,7 @@ running kernel.
On x86 systems the crash kernel may be either
- A uncompressed vmlinux image if the kernel is not relocatable
- A compressed bzImage or vmlinuz image if the kernel is relocatable
-- Relocatability is crontroled by the CONFIG_RELOCATABLE kernel
+- Relocatability is controlled by the CONFIG_RELOCATABLE kernel
compile configuration parameter. This option may not be available
depending on the kernel version
On ia64
diff --git a/docs/misc/tscmode.txt b/docs/misc/tscmode.txt
index 4f4d8f6132..e8c84e8004 100644
--- a/docs/misc/tscmode.txt
+++ b/docs/misc/tscmode.txt
@@ -121,7 +121,7 @@ may not remain) synchronized as "TSC-unsafe".
As a result of TSC's sordid history, two classes of applications use
TSC: old applications designed for single processors, and the most recent
-enteprise applications which require high-frequency high-precision
+enterprise applications which require high-frequency high-precision
timestamping.
We will refer to apps that might break if running on a TSC-unsafe
@@ -151,13 +151,13 @@ instructions to trap. This trap can be detected by Xen, which can
then transparently "emulate" the results of the rdtsc instruction and
return control to the code following the rdtsc instruction.
-To provide a "safe" TSC, i.e. to ensure both TSC monontonicity and a
+To provide a "safe" TSC, i.e. to ensure both TSC monotonicity and a
fixed rate, Xen provides rdtsc emulation whenever necessary or when
explicitly specified by a per-VM configuration option. TSC emulation is
relatively slow -- roughly 15-20 times slower than the rdtsc instruction
when executed natively. However, except when an OS or application uses
the rdtsc instruction at a high frequency (e.g. more than about 10,000 times
-per second per processor), this performance degradation is not noticable
+per second per processor), this performance degradation is not noticeable
(i.e. <0.3%). And, TSC emulation is nearly always faster than
OS-provided alternatives (e.g. Linux's gettimeofday). For environments
where it is certain that all apps are TSC-resilient (e.g.
@@ -196,7 +196,7 @@ all apps running in this virtual machine. This means that all
apps must either be TSC-resilient or pvrdtscp-modified. Second,
highest performance is only obtained on TSC-safe machines that
support the rdtscp instruction; when running on older machines,
-rdtscp is emulated and thus slower. For more information on PVRTSCP,
+rdtscp is emulated and thus slower. For more information on PVRDTSCP,
see below.
Finally, tsc_mode==1 always enables TSC emulation, regardless of
@@ -243,7 +243,7 @@ saved, restore this domain will fail.
There is another cpuid-related complication: The x86 cpuid instruction is
non-privileged. HVM domains are configured to always trap this instruction
to Xen, where Xen can "filter" the result. In a PV OS, all cpuid instructions
-have been replaced by a parvirtualized equivalent of the cpuid instruction
+have been replaced by a paravirtualized equivalent of the cpuid instruction
("pvcpuid") and also trap to Xen. But apps in a PV guest that use a
cpuid instruction execute it directly, without a trap to Xen. As a result,
an app may directly examine the physical TSC Invariant cpuid bit and make
diff --git a/docs/misc/vtpm.txt b/docs/misc/vtpm.txt
index 9e34db5a4e..ad37fe8566 100644
--- a/docs/misc/vtpm.txt
+++ b/docs/misc/vtpm.txt
@@ -78,7 +78,7 @@ ramdisk = "/xen/initrd_domU/U1_ramdisk.img"
memory = 32
name = "TPMUserDomain0"
vtpm = ['instance=1,backend=0']
-root = "/dev/ram0 cosole=tty ro"
+root = "/dev/ram0 console=tty ro"
vif = ['backend=0']
In the above configuration file the line 'vtpm = ...' provides
diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown
index 7ceaa3b555..4c3be4a645 100644
--- a/docs/misc/xen-command-line.markdown
+++ b/docs/misc/xen-command-line.markdown
@@ -89,7 +89,7 @@ common, and only has an effect if your system is blacklisted.
The `acpi=noirq` option causes Xen to not parse the ACPI MADT table
looking for IO-APIC entries. This is also not common, and any system
-which requries this option to function should be blacklisted.
+which requires this option to function should be blacklisted.
Additionally, this will not prevent Xen from finding IO-APIC entries
from the MP tables.
diff --git a/docs/misc/xenstore.txt b/docs/misc/xenstore.txt
index fa9de01ef0..c9f4a05317 100644
--- a/docs/misc/xenstore.txt
+++ b/docs/misc/xenstore.txt
@@ -202,7 +202,7 @@ WATCH <wpath>|<token>|?
readable, some notifications may have been lost).
WATCH_EVENT <epath>|<token>|
- Unsolicited `reply' generated for matching modfication events
+ Unsolicited `reply' generated for matching modification events
as described above. req_id and tx_id are both 0.
<epath> is the event's path, ie the actual path that was
diff --git a/docs/misc/xl-disk-configuration.txt b/docs/misc/xl-disk-configuration.txt
index 91e0cc7284..3bf20bf968 100644
--- a/docs/misc/xl-disk-configuration.txt
+++ b/docs/misc/xl-disk-configuration.txt
@@ -72,7 +72,7 @@ Special syntax:
syntax in the configuration file, it consumes the whole rest of the
<diskspec>. Therefore in that case it must come last. This is
permissible even if an empty value for the target was already
- specifed as a positional parameter. This is the only way to
+ specified as a positional parameter. This is the only way to
specify a target string containing metacharacters such as commas
and (in some cases) colons, which would otherwise be
misinterpreted.
diff --git a/docs/misc/xl-network-configuration.markdown b/docs/misc/xl-network-configuration.markdown
index b36d6c89c9..650926cb03 100644
--- a/docs/misc/xl-network-configuration.markdown
+++ b/docs/misc/xl-network-configuration.markdown
@@ -89,7 +89,7 @@ are:
* `rtl8139` (default) -- Realtek RTL8139
* `e1000` -- Intel E1000
- * in principal any device supported by your device model
+ * in principle any device supported by your device model
### vifname
diff --git a/docs/misc/xsm-flask.txt b/docs/misc/xsm-flask.txt
index e2e415d578..6b0d327ee5 100644
--- a/docs/misc/xsm-flask.txt
+++ b/docs/misc/xsm-flask.txt
@@ -226,7 +226,7 @@ Additional notes on XSM:FLASK
To boot the platform into enforcing mode, which means that the policy is
loaded and enforced, append 'flask_enforcing=1' on the grub line.
- This parameter may also be changed through the flask hyercall.
+ This parameter may also be changed through the flask hypercall.
b) flask_enabled