summaryrefslogtreecommitdiff
path: root/doc/zmq_socket.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/zmq_socket.txt')
-rw-r--r--doc/zmq_socket.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/zmq_socket.txt b/doc/zmq_socket.txt
index 6250b38..7428a91 100644
--- a/doc/zmq_socket.txt
+++ b/doc/zmq_socket.txt
@@ -318,7 +318,9 @@ ERRORS
*EINVAL*::
The requested socket 'type' is invalid.
*EFAULT*::
-The provided 'context' was not valid (NULL).
+The provided 'context' is invalid.
+*EMFILE*::
+The limit on the total number of open 0MQ sockets has been reached.
*ETERM*::
The context specified was terminated.