summaryrefslogtreecommitdiffstats
path: root/c-user/partition
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-01 14:43:11 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-01 14:44:17 +0100
commit284e8d042175796330030d64c253f39318af0adf (patch)
treebb00c77f8b226bf9dcd664b8d82ab13c594279c1 /c-user/partition
parenteng: Add performance specification items (diff)
downloadrtems-docs-284e8d042175796330030d64c253f39318af0adf.tar.bz2
c-user: Fix format in Partition Manager
Update #3993.
Diffstat (limited to 'c-user/partition')
-rw-r--r--c-user/partition/directives.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/c-user/partition/directives.rst b/c-user/partition/directives.rst
index 8b83d4c..1a76ad0 100644
--- a/c-user/partition/directives.rst
+++ b/c-user/partition/directives.rst
@@ -233,10 +233,11 @@ The node to search is specified in ``node``. It shall be
The requested operation was successful.
:c:macro:`RTEMS_INVALID_ADDRESS`
- The id parameter was `NULL <https://en.cppreference.com/w/c/types/NULL>`_.
+ The ``id`` parameter was `NULL
+ <https://en.cppreference.com/w/c/types/NULL>`_.
:c:macro:`RTEMS_INVALID_NAME`
- The name parameter was 0.
+ The ``name`` parameter was 0.
:c:macro:`RTEMS_INVALID_NAME`
There was no object with the specified name on the specified nodes.
@@ -291,7 +292,7 @@ Deletes the partition.
.. rubric:: DESCRIPTION:
-This directive deletes the partition specified by the id parameter. The
+This directive deletes the partition specified by the ``id`` parameter. The
partition cannot be deleted if any of its buffers are still allocated. The
:term:`PTCB` for the deleted partition is reclaimed by RTEMS.