aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_recvmsg.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_recvmsg.3.adoc')
-rw-r--r--docs/man/nng_recvmsg.3.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_recvmsg.3.adoc b/docs/man/nng_recvmsg.3.adoc
index 8876c716..d8900c84 100644
--- a/docs/man/nng_recvmsg.3.adoc
+++ b/docs/man/nng_recvmsg.3.adoc
@@ -34,8 +34,8 @@ The _flags_ may contain the following value:
`NNG_FLAG_NONBLOCK`::
The function returns immediately, even if no message is available.
- Without this flag, the function will wait until a message is received
- by the socket _s_, or any configured timer expires.
+ Without this flag, the function will wait until a message is received
+ by the socket _s_, or any configured timer expires.
NOTE: The semantics of what receiving a message means vary from protocol to
protocol, so examination of the protocol documentation is encouraged.