Hey,
I've just pushed these 2 documentation patches under the trivial rule.
Christophe
Show replies by date
---
docs/formatdomain.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index bb67cd1..e08a3d2 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -359,7 +359,7 @@
0.8.5</span>, the optional attribute <code>current</code> can
be used to specify whether fewer than the maximum number of
virtual CPUs should be enabled. <span class="since">Since
- 0.9.11 (QEMU and KVM only), the optional attribute
+ 0.9.11 (QEMU and KVM only)</span>, the optional attribute
<code>placement</code> can be used to indicate the CPU placement
mode for domain process, its value can be either "static" or
"auto", defaults to "static" if
<code>cpuset</code> is specified,
--
1.7.10
'omitted' was mispelt 'commited' twice. One of the sentences with
the typo was also missing an 'is' ('each VCPU *is* pinned to all...')
which I added in this commit while I was at it.
---
docs/formatdomain.html.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index e08a3d2..6f19da0 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -402,8 +402,8 @@
<dt><code>vcpupin</code></dt>
<dd>
The optional <code>vcpupin</code> element specifies which of host
- physical CPUS the domain VCPU will be pinned to. If this is ommited,
- each VCPU pinned to all the physical CPUS by default. It contains two
+ physical CPUS the domain VCPU will be pinned to. If this is omitted,
+ each VCPU is pinned to all the physical CPUS by default. It contains two
required attributes, the attribute <code>vcpu</code> specifies vcpu
id,
and the attribute <code>cpuset</code> is same as
attribute <code>cpuset</code>
@@ -413,7 +413,7 @@
<dt><code>shares</code></dt>
<dd>
The optional <code>shares</code> element specifies the proportional
- weighted share for the domain. If this is ommited, it defaults to
+ weighted share for the domain. If this is omitted, it defaults to
the OS provided defaults. NB, There is no unit for the value,
it's a relative measure based on the setting of other VM,
e.g. A VM configured with value
--
1.7.10