summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-01 16:33:33 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 08:18:53 +0100
commit29e6caa311e766aaa4cb43f710f54d6f2040a623 (patch)
tree233cb7fba546a362a18769700482c5972b54239a /c-user
parentc-user: Fix format in Partition Manager (diff)
downloadrtems-docs-29e6caa311e766aaa4cb43f710f54d6f2040a623.tar.bz2
c-user: Clarify rtems_partition_create()
The rtems_partition_create() returns an object identifier and not just a partition identifier. Update #3993.
Diffstat (limited to 'c-user')
-rw-r--r--c-user/partition/directives.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/c-user/partition/directives.rst b/c-user/partition/directives.rst
index 1a76ad0..9579877 100644
--- a/c-user/partition/directives.rst
+++ b/c-user/partition/directives.rst
@@ -81,9 +81,8 @@ Creates a partition.
This directive creates a partition of fixed size buffers from a physically
contiguous memory space which starts at ``starting_address`` and is ``length``
bytes in size. Each allocated buffer is to be of ``buffer_size`` in bytes.
-The assigned partition identifier is returned in ``id``. This partition
-identifier is used to access the partition with other partition related
-directives.
+The assigned object identifier is returned in ``id``. This identifier is used
+to access the partition with other partition related directives.
The **attribute set** specified in ``attribute_set`` is built through a
*bitwise or* of the attribute constants described below. Attributes not