summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-05 14:41:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-08 21:58:56 +0200
commit600ecb75f5123407d5a1445bcacbcd6eacb166bb (patch)
tree6a0d42f9ae686447663bdbe1b81060cf816fe681
parentspec: Add function-implementation links for events (diff)
downloadrtems-central-600ecb75f5123407d5a1445bcacbcd6eacb166bb.tar.bz2
spec: Remove formatting
The formatting breaks context-specific item attribute substitutions.
-rw-r--r--spec/rtems/message/req/buffer.yml4
-rw-r--r--spec/rtems/option/req/default-equals.yml2
-rw-r--r--spec/rtems/option/val/options.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/spec/rtems/message/req/buffer.yml b/spec/rtems/message/req/buffer.yml
index dda4c0bb..8fb40297 100644
--- a/spec/rtems/message/req/buffer.yml
+++ b/spec/rtems/message/req/buffer.yml
@@ -20,8 +20,8 @@ text: |
${../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 ]``
+ ${../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]/default/name}
of type ${../if/config:/name}.
diff --git a/spec/rtems/option/req/default-equals.yml b/spec/rtems/option/req/default-equals.yml
index dafa27d0..dc526c79 100644
--- a/spec/rtems/option/req/default-equals.yml
+++ b/spec/rtems/option/req/default-equals.yml
@@ -11,5 +11,5 @@ references: []
requirement-type: functional
text: |
The value of macro ${../if/default:/name} shall be equal
- to the value of expression ``${../if/wait:/name}``.
+ to the value of ${../if/wait:/name}.
type: requirement
diff --git a/spec/rtems/option/val/options.yml b/spec/rtems/option/val/options.yml
index f17a6296..d24c2bb0 100644
--- a/spec/rtems/option/val/options.yml
+++ b/spec/rtems/option/val/options.yml
@@ -91,7 +91,7 @@ test-actions:
/* No action */
checks:
- brief: |
- Check ${..//if/default:/name} equals ``${../if/wait:/name}``.
+ Check ${..//if/default:/name} equals ${../if/wait:/name}.
code: |
T_step_eq_int( ${.:/step}, ${../if/default:/name}, ${../if/wait:/name} );
links: