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.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/man/nng_recvmsg.3.adoc b/docs/man/nng_recvmsg.3.adoc
index d8900c84..bdcb4894 100644
--- a/docs/man/nng_recvmsg.3.adoc
+++ b/docs/man/nng_recvmsg.3.adoc
@@ -52,12 +52,13 @@ This function returns 0 on success, and non-zero otherwise.
== ERRORS
[horizontal]
-`NNG_EAGAIN`:: The socket _s_ cannot accept data for sending.
+`NNG_EAGAIN`:: The operation would block, but `NNG_FLAG_NONBLOCK` was specified.
`NNG_ECLOSED`:: The socket _s_ is not open.
`NNG_EINVAL`:: An invalid set of _flags_ was specified.
`NNG_ENOMEM`:: Insufficient memory is available.
`NNG_ENOTSUP`:: The protocol for socket _s_ does not support receiving.
`NNG_ESTATE`:: The socket _s_ cannot receive data in this state.
+`NNG_ETIMEDOUT`:: The operation timed out.
== SEE ALSO