summaryrefslogtreecommitdiff
path: root/doc/zmq_poll.txt
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-04-12 09:25:04 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-04-12 09:25:04 +0200
commit3236cb1a54316206d14a0f925dfa79d5b35f70fc (patch)
tree0a6b56393a323bd3256c268920e9c7ff863cc2ac /doc/zmq_poll.txt
parentfba28c7c0cddd7c54fe45b38fc38ac6fe5a48438 (diff)
ETERM is accounted for in the documentation
Diffstat (limited to 'doc/zmq_poll.txt')
-rw-r--r--doc/zmq_poll.txt3
1 files changed, 2 insertions, 1 deletions
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