X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Frmr_mt_rcv.3.rst;h=86352ff78b4ba359a171cd0a3d643dc2a611b29a;hb=refs%2Fchanges%2F56%2F3456%2F1;hp=c73a3c4f9e6854d785fbf5e2267eafac86860a40;hpb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;p=ric-plt%2Flib%2Frmr.git diff --git a/docs/rmr_mt_rcv.3.rst b/docs/rmr_mt_rcv.3.rst index c73a3c4..86352ff 100644 --- a/docs/rmr_mt_rcv.3.rst +++ b/docs/rmr_mt_rcv.3.rst @@ -36,7 +36,7 @@ DESCRIPTION The rmr_mt_rcv function blocks until a message is received, or the timeout period (milliseconds) has passed. The result -is an RMr message buffer which references a received message. +is an RMR message buffer which references a received message. In the case of a timeout the state will be reflected in an "empty buffer" (if old_msg was not nil, or simply with the return of a nil pointer. If a timeout value of zero (0) is @@ -75,7 +75,7 @@ RETURN VALUE -------------------------------------------------------------------------------------------- When a message is received before the timeout period expires, -a pointer to the RMr message buffer which describes the +a pointer to the RMR message buffer which describes the message is returned. This will, with a high probability, be a different message buffer than *old_msg;* the user application should not continue to use *old_msg* after it is passed to @@ -113,7 +113,7 @@ RMR_ERR_EMPTY RMR_ERR_NOTSUPP - The multi-threaded option was not enabled when RMr was + The multi-threaded option was not enabled when RMR was initialised. See the man page for *rmr_init()* for details.