From e7e98a4256bdb0a5ca6636c8c40be5bbefabd4d7 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 8 Jun 2018 14:50:57 -0700 Subject: fixes #517 nng_recv needs to document NNG_FLAG_NONBLOCK --- docs/man/nng_recvmsg.3.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/man/nng_recvmsg.3.adoc') 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. -- cgit v1.2.3-70-g09d2