summaryrefslogtreecommitdiff
path: root/doc/zmq_recv.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/zmq_recv.txt')
-rw-r--r--doc/zmq_recv.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/zmq_recv.txt b/doc/zmq_recv.txt
index 22825e4..879d62a 100644
--- a/doc/zmq_recv.txt
+++ b/doc/zmq_recv.txt
@@ -46,6 +46,8 @@ The _zmq_recv()_ operation cannot be performed on this socket at the moment due
to the socket not being in the appropriate state. This error may occur with
socket types that switch between several states, such as ZMQ_REP. See the
_messaging patterns_ section of linkzmq:zmq_socket[3] for more information.
+*ETERM*::
+The associated context was terminted.
EXAMPLE