summaryrefslogtreecommitdiff
path: root/doc/zmq_socket.txt
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-04-12 09:57:34 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-04-12 09:57:34 +0200
commit7668e7976dc6c3e18a314d991381f29f5cbcc6ef (patch)
tree32e6834dd3d773497188a5636eef8be3c73e759b /doc/zmq_socket.txt
parent3236cb1a54316206d14a0f925dfa79d5b35f70fc (diff)
zmq_poll returns ETERM in case of context termination
Diffstat (limited to 'doc/zmq_socket.txt')
-rw-r--r--doc/zmq_socket.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/zmq_socket.txt b/doc/zmq_socket.txt
index a9dd528..8f10cc7 100644
--- a/doc/zmq_socket.txt
+++ b/doc/zmq_socket.txt
@@ -117,9 +117,6 @@ The requested socket 'type' is invalid.
The number of application threads using sockets within this 'context' has been
exceeded. See the 'app_threads' parameter of the _zmq_init()_ function.
-*ETERM*::
-The associated context was terminted.
-
SEE ALSO
--------