[rtems-central commit] spec: Fix substitutions

Sebastian Huber sebh at rtems.org
Thu Sep 2 12:44:49 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    ac4ec32e8ff7a4ce7439103dba135af858b9c37a
Changeset: http://git.rtems.org/rtems-central/commit/?id=ac4ec32e8ff7a4ce7439103dba135af858b9c37a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep  2 14:45:41 2021 +0200

spec: Fix substitutions

---

 spec/rtems/message/req/buffer.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spec/rtems/message/req/buffer.yml b/spec/rtems/message/req/buffer.yml
index 575434d..91d3df6 100644
--- a/spec/rtems/message/req/buffer.yml
+++ b/spec/rtems/message/req/buffer.yml
@@ -12,17 +12,17 @@ requirement-type: non-functional
 text: |
   When argument ${../if/buffer:/params[0]/name} is the size of
   the largest possible message in bytes
-  (the same value as member ${../if/config:/definition[2]/name} of type
+  (the same value as member ${../if/config:/definition[2]/default/name} of type
   ${../if/config:/name}),
   and ``MAXIMUM_PENDING_MESSAGES`` is the maximum number of messages
   which can be stored in the message queue
-  (the same value as member ${../if/config:/definition[1]/name} of type
+  (the same value as member ${../if/config:/definition[1]/default/name} of type
   ${../if/config:/name}),
   and ``storage_area`` is a variable or structure member,
   the expression
   ``${../if/buffer:/name}(`` ``${../if/buffer:/params[0]/name} )``
   ``storage_area[`` ``MAXIMUM_PENDING_MESSAGES ]``
   shall declare an object of such a size that a pointer to it
-  is usable as value for member ${../if/config:/definition[3]/name}
+  is usable as value for member ${../if/config:/definition[3]/default/name}
   of type ${../if/config:/name}.
 type: requirement



More information about the vc mailing list