summaryrefslogtreecommitdiffstats
path: root/doc/user/msg.t
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/user/msg.t
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/user/msg.t')
-rw-r--r--doc/user/msg.t2
1 files changed, 1 insertions, 1 deletions
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