summaryrefslogtreecommitdiffstats
path: root/c-user/message/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-15 11:55:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-16 09:39:20 +0200
commit7afc7a0f31af13b54bd9b04d1333a6910f0bb8f5 (patch)
treed98843fcba0067ec6b6840794cbaed6dbb7d5249 /c-user/message/directives.rst
parentc-user: Fix use of lower and higher priority (diff)
downloadrtems-docs-7afc7a0f31af13b54bd9b04d1333a6910f0bb8f5.tar.bz2
rtems: Fix message manager documentation
Correct the description of the ``count`` parameter of rtems_message_queue_flush(). Close #4508.
Diffstat (limited to '')
-rw-r--r--c-user/message/directives.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/message/directives.rst b/c-user/message/directives.rst
index 7317eb4..70a22d3 100644
--- a/c-user/message/directives.rst
+++ b/c-user/message/directives.rst
@@ -1014,8 +1014,8 @@ Flushes all messages on the queue.
``count``
This parameter is the pointer to an `uint32_t
<https://en.cppreference.com/w/c/types/integer>`_ object. When the
- directive call is successful, the number of unblocked tasks will be stored
- in this object.
+ directive call is successful, the number of pending messages removed from
+ the queue will be stored in this object.
.. rubric:: DESCRIPTION: