From 9fd5f55d7ec3e8abf903366f7b940015b4de6ede Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 18 May 2010 13:41:53 +0000 Subject: 2010-05-18 Joel Sherrill PR 1520/doc * user/part.t: Partition create discussion said it returned the number of buffers created but it does not. --- doc/ChangeLog | 6 ++++++ doc/user/part.t | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 99b339cc6d..1b4554e49f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2010-05-18 Joel Sherrill + + PR 1520/doc + * user/part.t: Partition create discussion said it returned the number + of buffers created but it does not. + 2010-05-18 Alin Rus PR 1519/doc 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 -- cgit v1.2.3