summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-05-18 13:42:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-05-18 13:42:04 +0000
commit7455eafad10367bfbe5ffc416c8b7424bd4e1d9b (patch)
tree5351a5179d36f0257e7c0e3798f33e64476c7df3
parentaca2a848b114c1090d0ac65d82ac7745f3ff2591 (diff)
2010-05-18 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1520/doc * user/part.t: Partition create discussion said it returned the number of buffers created but it does not.
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/user/part.t6
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 98cfac6d1d..8e2c0814ea 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-18 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1520/doc
+ * user/part.t: Partition create discussion said it returned the number
+ of buffers created but it does not.
+
2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/region.t: Fix typos where semaphore referenced instead of region
diff --git a/doc/user/part.t b/doc/user/part.t
index e65cd44c38..9bc8ad3857 100644
--- a/doc/user/part.t
+++ b/doc/user/part.t
@@ -1,5 +1,5 @@
@c
-@c COPYRIGHT (c) 1988-2008.
+@c COPYRIGHT (c) 1988-2010.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@@ -83,8 +83,8 @@ RTEMS allocates a Partition Control
Block (PTCB) from the PTCB free list. This data structure is
used by RTEMS to manage the newly created partition. The number
of buffers in the partition is calculated based upon the
-specified partition length and buffer size, and returned to the
-calling task along with a unique partition ID.
+specified partition length and buffer size. If successful,the
+unique partition ID is returned to the calling task.
@subsection Obtaining Partition IDs