summaryrefslogtreecommitdiff
path: root/doc/zmq_poll.txt
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-06-01 22:22:29 +0200
committerMartin Lucina <mato@kotelna.sk>2010-06-01 22:22:29 +0200
commit8ba1d3c8ed32b39bb1133330d496587d96020e7e (patch)
tree392442360ba9316b00c972426e3a2129fcd78832 /doc/zmq_poll.txt
parent74a03dfd7dbb762be5d50eca4df214f8825ad44a (diff)
Documentation: zmq_term() and ETERM for 2.0.7
Diffstat (limited to 'doc/zmq_poll.txt')
-rw-r--r--doc/zmq_poll.txt6
1 files changed, 2 insertions, 4 deletions
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