From d3b7d98a208dbcdf480e85d6b3f1bca7ccd76930 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 29 Jun 2004 13:53:29 +0000 Subject: 2004-06-29 Joel Sherrill PR 631/rtems * user/msg.t: Document the return status from message_queue_create when unable to allocate message buffer memory. --- doc/ChangeLog | 6 ++++++ doc/user/msg.t | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index e27e0b347c..de1cbf3d38 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2004-06-29 Joel Sherrill + + PR 631/rtems + * user/msg.t: Document the return status from message_queue_create when + unable to allocate message buffer memory. + 2004-05-21 Joel Sherrill PR 627/doc diff --git a/doc/user/msg.t b/doc/user/msg.t index 03d2150e3c..3b8775995b 100644 --- a/doc/user/msg.t +++ b/doc/user/msg.t @@ -259,6 +259,7 @@ procedure Message_Queue_Create ( @code{@value{RPREFIX}INVALID_NUMBER} - invalid message count@* @code{@value{RPREFIX}INVALID_SIZE} - invalid message size@* @code{@value{RPREFIX}TOO_MANY} - too many queues created@* +@code{@value{RPREFIX}UNSATISFIED} - unable to allocate message buffers@* @code{@value{RPREFIX}MP_NOT_CONFIGURED} - multiprocessing not configured@* @code{@value{RPREFIX}TOO_MANY} - too many global objects @@ -274,8 +275,8 @@ is used to access the message queue. Specifying @code{@value{RPREFIX}PRIORITY} in attribute_set causes tasks waiting for a message to be serviced according to task priority. -When @code{@value{RPREFIX}FIFO} is specified, waiting tasks are serviced in First -In-First Out order. +When @code{@value{RPREFIX}FIFO} is specified, waiting tasks are serviced +in First In-First Out order. @subheading NOTES: -- cgit v1.2.3