summaryrefslogtreecommitdiff
path: root/doc/zmq_connect.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_connect.txt
parentfba28c7c0cddd7c54fe45b38fc38ac6fe5a48438 (diff)
ETERM is accounted for in the documentation
Diffstat (limited to 'doc/zmq_connect.txt')
-rw-r--r--doc/zmq_connect.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/zmq_connect.txt b/doc/zmq_connect.txt
index ad87409..d31b87b 100644
--- a/doc/zmq_connect.txt
+++ b/doc/zmq_connect.txt
@@ -50,6 +50,8 @@ ERRORS
The requested 'transport' protocol is not supported.
*ENOCOMPATPROTO*::
The requested 'transport' protocol is not compatible with the socket type.
+*ETERM*::
+The associated context was terminted.
EXAMPLE