[rtems-docs commit] c-user: Merge parition term definitions

Sebastian Huber sebh at rtems.org
Mon Mar 2 07:14:47 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    996592259469e8ce9074b7967bdae02361be4495
Changeset: http://git.rtems.org/rtems-docs/commit/?id=996592259469e8ce9074b7967bdae02361be4495

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Feb 27 10:05:57 2020 +0100

c-user: Merge parition term definitions

Update #3853.

---

 c-user/glossary.rst | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index 3f53634..9b9c3c0 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -419,11 +419,13 @@ Glossary
         multiprocessor system.  A packet is the contents of an envelope.
 
     partition
-        An RTEMS object which is used to allocate and deallocate fixed size
-        blocks of memory from an dynamically specified area of memory.
+        This term has two definitions:
 
-    partition
-        Clusters with a cardinality of one are partitions.
+        1. A partition is an RTEMS object which is used to allocate and
+           deallocate fixed size blocks of memory from an dynamically specified
+           area of memory.
+
+        2. A :term:`cluster` with a cardinality of one is a partition.
 
     Partition Control Block
         A data structure associated with each partition used by RTEMS to manage



More information about the vc mailing list