summaryrefslogtreecommitdiffstats
path: root/c-user/partition/directives.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/partition/directives.rst')
-rw-r--r--c-user/partition/directives.rst6
1 files changed, 3 insertions, 3 deletions
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.