On 08/27/12 16:37, Martin Kletzander wrote:
There was a request for clarifying this part of the
documentation. This also fixes a case used with CPU.
---
docs/formatdomain.html.in | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index e671e36..468fc62 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -369,7 +369,8 @@
if it's specified. If both <code>cpuset</code> and
<code>placement</code>
are not specified, or if <code>placement</code> is
"static", but no
<code>cpuset</code> is specified, the domain process will be pinned
to
- all the available physical CPUs.
+ all the available physical CPUs. These settings can be superseded
s/can be/are/
+ by <a href="#elementsCPUTuning">CPU
tuning</a>.
</dd>
</dl>
ACK.
Peter