diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:45 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:45 +0100 |
commit | cbaa7cfa93893876e4fd8794b6ea39f4d245b6b5 (patch) | |
tree | e15fcee68b93793ef5654e09c214150e9d3ce248 /doc/zmq_socket.txt | |
parent | 8e61b98c5e2943b149c825310b24e714a6127072 (diff) |
Imported Upstream version 2.1.6upstream/2.1.6
Diffstat (limited to 'doc/zmq_socket.txt')
-rw-r--r-- | doc/zmq_socket.txt | 4 |
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. |