summaryrefslogtreecommitdiffstats
path: root/spec/rtems/object/if/set-name.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/object/if/set-name.yml')
-rw-r--r--spec/rtems/object/if/set-name.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/rtems/object/if/set-name.yml b/spec/rtems/object/if/set-name.yml
index 677358c7..6802d385 100644
--- a/spec/rtems/object/if/set-name.yml
+++ b/spec/rtems/object/if/set-name.yml
@@ -31,14 +31,14 @@ notes: |
This directive can be used to set the name of objects which do not have a
naming scheme per their API.
- If the object specified by ``${.:/params[0]/name}`` is of a class that has a
+ If the object specified by ${.:/params[0]/name} is of a class that has a
string name, this directive will free the existing name to the RTEMS Workspace
and allocate enough memory from the RTEMS Workspace to make a copy of the
- string located at ``${.:/params[1]/name}``.
+ string located at ${.:/params[1]/name}.
- If the object specified by ``${.:/params[0]/name}`` is of a class that has a
+ If the object specified by ${.:/params[0]/name} is of a class that has a
32-bit integer style name, then the first four characters in
- ``${.:/params[1]/name}`` will be used to construct the name.
+ ${.:/params[1]/name} will be used to construct the name.
params:
- description: |
is the object identifier of the object to set the name.