summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 08:29:56 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 08:31:15 +0100
commit66bcecfd286542fc13afe8e5afb275906f6c941c (patch)
tree551f4c23dbdf4f7e3eb9a0f6b437405a6ca89739
parentc-user: Clarify rtems_partition_delete() (diff)
downloadrtems-docs-66bcecfd286542fc13afe8e5afb275906f6c941c.tar.bz2
c-user: Clarify invalid identifier descriptions
Update #3993.
-rw-r--r--c-user/event/directives.rst2
-rw-r--r--c-user/partition/directives.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/c-user/event/directives.rst b/c-user/event/directives.rst
index 59e4d2c..ee43e0b 100644
--- a/c-user/event/directives.rst
+++ b/c-user/event/directives.rst
@@ -76,7 +76,7 @@ situations applies:
The requested operation was successful.
:c:macro:`RTEMS_INVALID_ID`
- There was no task with the specified identifier.
+ There was no task associated with the identifier specified by ``id``.
.. rubric:: NOTES:
diff --git a/c-user/partition/directives.rst b/c-user/partition/directives.rst
index 8bccb09..e28ef2e 100644
--- a/c-user/partition/directives.rst
+++ b/c-user/partition/directives.rst
@@ -300,7 +300,7 @@ partition cannot be deleted if any of its buffers are still allocated.
The requested operation was successful.
:c:macro:`RTEMS_INVALID_ID`
- There was no partition with the specified identifier.
+ There was no partition associated with the identifier specified by ``id``.
:c:macro:`RTEMS_ILLEGAL_ON_REMOTE_OBJECT`
The partition resided on a remote node.
@@ -370,7 +370,7 @@ the ``buffer`` parameter.
The requested operation was successful.
:c:macro:`RTEMS_INVALID_ID`
- There was no partition with the specified identifier.
+ There was no partition associated with the identifier specified by ``id``.
:c:macro:`RTEMS_INVALID_ADDRESS`
The ``buffer`` parameter was `NULL
@@ -433,7 +433,7 @@ specified by ``id``.
The requested operation was successful.
:c:macro:`RTEMS_INVALID_ID`
- There was no partition with the specified identifier.
+ There was no partition associated with the identifier specified by ``id``.
:c:macro:`RTEMS_INVALID_ADDRESS`
The buffer referenced by ``buffer`` was not in the partition.