<div dir="ltr">ok</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 1, 2020 at 8:50 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Move the PTCB sentence to the notes to be in line with<br>
rtems_partition_create().<br>
<br>
Update #3993.<br>
---<br>
 c-user/partition/directives.rst | 5 +++--<br>
 1 file changed, 3 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/c-user/partition/directives.rst b/c-user/partition/directives.rst<br>
index 9579877..8bccb09 100644<br>
--- a/c-user/partition/directives.rst<br>
+++ b/c-user/partition/directives.rst<br>
@@ -292,8 +292,7 @@ Deletes the partition.<br>
 .. rubric:: DESCRIPTION:<br>
<br>
 This directive deletes the partition specified by the ``id`` parameter.  The<br>
-partition cannot be deleted if any of its buffers are still allocated.  The<br>
-:term:`PTCB` for the deleted partition is reclaimed by RTEMS.<br>
+partition cannot be deleted if any of its buffers are still allocated.<br>
<br>
 .. rubric:: RETURN VALUES:<br>
<br>
@@ -314,6 +313,8 @@ partition cannot be deleted if any of its buffers are still allocated.  The<br>
 This directive may cause the calling task to be preempted due to an obtain and<br>
 release of the object allocator mutex.<br>
<br>
+The :term:`PTCB` for the deleted partition is reclaimed by RTEMS.<br>
+<br>
 The calling task does not have to be the task that created the partition. Any<br>
 local task that knows the partition identifier can delete the partition.<br>
<br>
-- <br>
2.26.2<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>