summaryrefslogtreecommitdiffstats
path: root/spec/rtems/message
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-10 16:04:24 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-17 18:30:13 +0100
commit0da6598dd0defdccd9944a8571f2253a2ac1f55c (patch)
treea276db5c85eccca583af6ac3a52eba937e59a5f0 /spec/rtems/message
parentspec: Document clock manager (diff)
downloadrtems-central-0da6598dd0defdccd9944a8571f2253a2ac1f55c.tar.bz2
spec: Use EARS syntax
Diffstat (limited to 'spec/rtems/message')
-rw-r--r--spec/rtems/message/if/construct.yml6
-rw-r--r--spec/rtems/message/if/create.yml6
-rw-r--r--spec/rtems/message/if/ident.yml6
3 files changed, 9 insertions, 9 deletions
diff --git a/spec/rtems/message/if/construct.yml b/spec/rtems/message/if/construct.yml
index a32dfc48..0c44794f 100644
--- a/spec/rtems/message/if/construct.yml
+++ b/spec/rtems/message/if/construct.yml
@@ -55,9 +55,9 @@ params:
dir: null
name: config
- description: |
- is the pointer to an object identifier variable. The identifier of the
- constructed message queue will be stored in this variable, in case of a
- successful operation.
+ is the pointer to an object identifier variable. When the directive call
+ is successful, the identifier of the constructed message queue will be
+ stored in this variable.
dir: out
name: id
return:
diff --git a/spec/rtems/message/if/create.yml b/spec/rtems/message/if/create.yml
index 6497c711..fb388c1d 100644
--- a/spec/rtems/message/if/create.yml
+++ b/spec/rtems/message/if/create.yml
@@ -118,9 +118,9 @@ params:
dir: null
name: attribute_set
- description: |
- is the pointer to an object identifier variable. The identifier of the
- created message queue will be stored in this variable, in case of a
- successful operation.
+ is the pointer to an object identifier variable. When the directive call
+ is successful, the identifier of the created message queue will be stored
+ in this variable.
dir: out
name: id
return:
diff --git a/spec/rtems/message/if/ident.yml b/spec/rtems/message/if/ident.yml
index 1c57744b..0506c8e9 100644
--- a/spec/rtems/message/if/ident.yml
+++ b/spec/rtems/message/if/ident.yml
@@ -71,9 +71,9 @@ params:
dir: null
name: node
- description: |
- is the pointer to an object identifier variable. The object identifier of
- an object with the specified name will be stored in this variable, in case
- of a successful operation.
+ is the pointer to an object identifier variable. When the directive call
+ is successful, the object identifier of an object with the specified name
+ will be stored in this variable.
dir: out
name: id
return: