summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-04-18 09:11:45 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-04-18 09:11:45 +0200
commit20e0b7cdcb6e8095fbadb80765e9371803184060 (patch)
tree4925ace4f2c8c094ff49b946b64777252c67788b /doc
parente3dc0b25d98eb072ab37aac842bba0802c87e3e6 (diff)
zmq_socket(3) describes the EMFILE error code
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_socket.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/zmq_socket.txt b/doc/zmq_socket.txt
index a319518..b681147 100644
--- a/doc/zmq_socket.txt
+++ b/doc/zmq_socket.txt
@@ -310,6 +310,8 @@ ERRORS
The requested socket 'type' is invalid.
*EFAULT*::
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.