summaryrefslogtreecommitdiffstats
path: root/spec/rtems/part/if
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/part/if')
-rw-r--r--spec/rtems/part/if/create.yml6
-rw-r--r--spec/rtems/part/if/get-buffer.yml4
-rw-r--r--spec/rtems/part/if/ident.yml6
3 files changed, 8 insertions, 8 deletions
diff --git a/spec/rtems/part/if/create.yml b/spec/rtems/part/if/create.yml
index cf92973c..5416debd 100644
--- a/spec/rtems/part/if/create.yml
+++ b/spec/rtems/part/if/create.yml
@@ -114,9 +114,9 @@ params:
dir: null
name: attribute_set
- description: |
- is the pointer to an object identifier variable. When the directive call
- is successful, the identifier of the created partition will be stored in
- this variable.
+ is the pointer to an ${../../type/if/id:/name} object. When the directive
+ call is successful, the identifier of the created partition will be stored
+ in this object.
dir: out
name: id
return:
diff --git a/spec/rtems/part/if/get-buffer.yml b/spec/rtems/part/if/get-buffer.yml
index 736c01b3..d5b2c8ec 100644
--- a/spec/rtems/part/if/get-buffer.yml
+++ b/spec/rtems/part/if/get-buffer.yml
@@ -50,9 +50,9 @@ params:
dir: null
name: id
- description: |
- is the pointer to a buffer pointer variable. When the directive call is
+ is the pointer to a ``void`` pointer object. When the directive call is
successful, the pointer to the allocated buffer will be stored in this
- variable.
+ object.
dir: out
name: buffer
return:
diff --git a/spec/rtems/part/if/ident.yml b/spec/rtems/part/if/ident.yml
index 96ae159d..5b5e5620 100644
--- a/spec/rtems/part/if/ident.yml
+++ b/spec/rtems/part/if/ident.yml
@@ -73,9 +73,9 @@ params:
dir: null
name: node
- description: |
- 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.
+ is the pointer to an ${../../type/if/id:/name} object. When the directive
+ call is successful, the object identifier of an object with the specified
+ name will be stored in this object.
dir: out
name: id
return: