From 3236cb1a54316206d14a0f925dfa79d5b35f70fc Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 12 Apr 2010 09:25:04 +0200 Subject: ETERM is accounted for in the documentation --- doc/zmq_poll.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/zmq_poll.txt') diff --git a/doc/zmq_poll.txt b/doc/zmq_poll.txt index a13cc4b..bb105b4 100644 --- a/doc/zmq_poll.txt +++ b/doc/zmq_poll.txt @@ -93,10 +93,11 @@ ERRORS *EFAULT*:: At least one of the members of the 'items' array refers to a 'socket' belonging to a different application thread. - *ENOTSUP*:: At least one of the members of the 'items' array refers to a 'socket' whose associated 0MQ 'context' was initialised without the 'ZMQ_POLL' flag. +*ETERM*:: +The associated context was terminted. EXAMPLE -- cgit v1.2.3