summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-08 10:19:07 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-08 10:19:34 +0100
commite05df2864380b917b3800ac55bec026870b4a27d (patch)
tree1b71f7a086f0970bb0061826fdc623c056882eb5
parenteng: Add how-to for action requirements (diff)
downloadrtems-docs-e05df2864380b917b3800ac55bec026870b4a27d.tar.bz2
eng: Clarify how-to for action requirements
Update #3715.
-rw-r--r--eng/req/howto.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/eng/req/howto.rst b/eng/req/howto.rst
index 7294e54..26cc6b3 100644
--- a/eng/req/howto.rst
+++ b/eng/req/howto.rst
@@ -304,7 +304,7 @@ syntax for directive object identifier parameters:
test-code: |
ctx->id = 0xffffffff;
text: |
- The ${../if/directive:/params[0]/name} parameter shall be not
+ The ${../if/directive:/params[0]/name} parameter shall not be
associated with a thing.
- name: ClassA
test-code: |
@@ -376,7 +376,8 @@ aspect which may be changed by a directive call.
For directives returning an :c:type:`rtems_status_code` use the following
post-condition states. Specify only status codes which may be returned by the
-directive. Use it as the first post-condition.
+directive. Use it as the first post-condition. The first state shall be
+``Ok``. The other states shall be listed in the order in which they can occur.
.. code-block:: yaml