summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2012-08-03 15:15:14 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-03 15:28:41 +0100
commit3bb2b1bde128e30872de17925a8288891c436017 (patch)
tree8d78a8c7c87faf3d359f6d7ef1737fe7e4d8e0e4
parent9df9c93e17b4ab4329b3ff5843aa8cdcc8070cc7 (diff)
downloadnode-startup-controller-3bb2b1bde128e30872de17925a8288891c436017.tar.gz
Grammatical fix to test-nsm-dummy.xml
It now uses passive language throughout. Other minor grammatical fixes
-rw-r--r--docs/reference/node-startup-controller/test-nsm-dummy.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/reference/node-startup-controller/test-nsm-dummy.xml b/docs/reference/node-startup-controller/test-nsm-dummy.xml
index f954994..322a050 100644
--- a/docs/reference/node-startup-controller/test-nsm-dummy.xml
+++ b/docs/reference/node-startup-controller/test-nsm-dummy.xml
@@ -22,32 +22,32 @@
<refsect1>
<title>Notes about the NSM dummy behaviour</title>
<para>
- We do not guarantee that our NSM dummy is functional equivalent to
- the real NSM. The dummy does however, provide the same interfaces and
- the behaviour of all public methods used by the Node Startup
- Controller should be very similar to that of the real NSM.
+ The NSM dummy is not guaranteed to be functionally equivalent to the real NSM. The
+ dummy does however, provide the same interfaces and the behaviour of all public
+ methods used by the Node Startup Controller should be very similar to that of the
+ real NSM.
</para>
<para>
- We implemented a few special features in the NSM dummy that make
- testing the Node Startup Controller easier:
+ The following special features are implemented in the NSM dummy that make testing
+ the Node Startup Controller easier:
</para>
<itemizedlist>
<listitem>
<literal>com.contiautomotive.NodeStateManager.LifecycleControl.CheckLucRequired</literal>
- will alternative between returning <literal>TRUE</literal> and
- <literal>FALSE</literal> with every call. This way we can test how the
+ will alternate between returning <literal>TRUE</literal> and
+ <literal>FALSE</literal> with every call. This way it is possible to test how the
Node Startup Controller behaves with and without starting the LUC simply by
starting it twice.
</listitem>
<listitem>
<literal>com.contiautomotive.NodeStateManager.LifecycleControl.SetNodeState</literal>
- will alternative between accepting the state and not accepting the state with
- every call. This way we can test how the Node Startup Controller handles both
- scenarios.
+ will alternate between accepting the state and not accepting the state with
+ every call. This way it is possible to test how the Node Startup Controller
+ handles both scenarios.
</listitem>
<listitem>
The NSM dummy will shut down all registered shutdown consumers upon receiving
- <literal>SIGHUP</literal>. This allows to test the shutdown sequence by running
+ <literal>SIGHUP</literal>. It is possible to test the shutdown sequence by running
the following command:
<programlisting>kill -s HUP $(pidof nsm-dummy)</programlisting>
</listitem>