summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-01 15:29:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-01 15:29:37 +0000
commit8fc3d7183f208697c660da308c8acc8ec01db1c0 (patch)
treeb8120f3ad49044b11324ef95eb68f8563f48ae8d /doc
parent2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8fc3d7183f208697c660da308c8acc8ec01db1c0.tar.bz2
2008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/msg.t: Parameter is size not count. Spotted by Sebastian Huber.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/msg.t2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 371c837bf4..c2d5f069dc 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * user/msg.t: Parameter is size not count. Spotted by Sebastian Huber.
+
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* porting/idlethread.t: Correct prototype of Idle threads.
diff --git a/doc/user/msg.t b/doc/user/msg.t
index d5ab528547..2e4a0264eb 100644
--- a/doc/user/msg.t
+++ b/doc/user/msg.t
@@ -682,7 +682,7 @@ procedure Message_Queue_Receive (
@code{@value{RPREFIX}SUCCESSFUL} - message received successfully@*
@code{@value{RPREFIX}INVALID_ID} - invalid queue id@*
@code{@value{RPREFIX}INVALID_ADDRESS} - @code{buffer} is NULL@*
-@code{@value{RPREFIX}INVALID_ADDRESS} - @code{count} is NULL@*
+@code{@value{RPREFIX}INVALID_ADDRESS} - @code{size} is NULL@*
@code{@value{RPREFIX}UNSATISFIED} - queue is empty@*
@code{@value{RPREFIX}TIMEOUT} - timed out waiting for message@*
@code{@value{RPREFIX}OBJECT_WAS_DELETED} - queue deleted while waiting