From 7afc7a0f31af13b54bd9b04d1333a6910f0bb8f5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Sep 2021 11:55:52 +0200 Subject: rtems: Fix message manager documentation Correct the description of the ``count`` parameter of rtems_message_queue_flush(). Close #4508. --- c-user/message/directives.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c-user/message/directives.rst') 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 `_ 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: -- cgit v1.2.3