From 8ba1d3c8ed32b39bb1133330d496587d96020e7e Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Tue, 1 Jun 2010 22:22:29 +0200 Subject: Documentation: zmq_term() and ETERM for 2.0.7 --- doc/zmq_poll.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc/zmq_poll.txt') diff --git a/doc/zmq_poll.txt b/doc/zmq_poll.txt index bb105b4..9106b5b 100644 --- a/doc/zmq_poll.txt +++ b/doc/zmq_poll.txt @@ -93,11 +93,9 @@ 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. +At least one of the members of the 'items' array refers to a 'socket' whose +associated 0MQ 'context' was terminated. EXAMPLE -- cgit v1.2.3