From 20e0b7cdcb6e8095fbadb80765e9371803184060 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 18 Apr 2011 09:11:45 +0200 Subject: zmq_socket(3) describes the EMFILE error code Signed-off-by: Martin Sustrik --- doc/zmq_socket.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3