diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-04-18 09:11:45 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-04-18 09:11:45 +0200 |
commit | 20e0b7cdcb6e8095fbadb80765e9371803184060 (patch) | |
tree | 4925ace4f2c8c094ff49b946b64777252c67788b | |
parent | e3dc0b25d98eb072ab37aac842bba0802c87e3e6 (diff) |
zmq_socket(3) describes the EMFILE error code
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | doc/zmq_socket.txt | 2 |
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. |