summaryrefslogtreecommitdiffstats
path: root/doc/user/msg.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/msg.t')
-rw-r--r--doc/user/msg.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/msg.t b/doc/user/msg.t
index 906b80cff7..1ab487a121 100644
--- a/doc/user/msg.t
+++ b/doc/user/msg.t
@@ -768,7 +768,6 @@ defined by RTEMS:
@item @code{NO_WAIT} - task should not wait
@end itemize
-
Receiving a message from a global message queue which
does not reside on the local node will generate a request to the
remote node to obtain a message from the specified message
@@ -777,6 +776,9 @@ the task must be blocked until a message is posted. A proxy is
allocated on the remote node to represent the task until the
message is posted.
+A clock tick is required to support the timeout functionality of
+this directive.
+
@page
@ifinfo
@node MESSAGE_QUEUE_GET_NUMBER_PENDING - Get number of messages pending on a queue, MESSAGE_QUEUE_FLUSH - Flush all messages on a queue, MESSAGE_QUEUE_RECEIVE - Receive message from a queue, Message Manager Directives