summaryrefslogtreecommitdiff
path: root/doc/zmq_poll.txt
diff options
context:
space:
mode:
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