diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-06-01 22:22:29 +0200 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-06-01 22:22:29 +0200 |
commit | 8ba1d3c8ed32b39bb1133330d496587d96020e7e (patch) | |
tree | 392442360ba9316b00c972426e3a2129fcd78832 /doc/zmq_bind.txt | |
parent | 74a03dfd7dbb762be5d50eca4df214f8825ad44a (diff) |
Documentation: zmq_term() and ETERM for 2.0.7
Diffstat (limited to 'doc/zmq_bind.txt')
-rw-r--r-- | doc/zmq_bind.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq_bind.txt b/doc/zmq_bind.txt index c76d05a..a74e81d 100644 --- a/doc/zmq_bind.txt +++ b/doc/zmq_bind.txt @@ -55,7 +55,7 @@ The requested 'address' was not local. *ENODEV*:: The requested 'address' specifies a nonexistent interface. *ETERM*:: -The associated context was terminted. +The 0MQ 'context' associated with the specified 'socket' was terminated. EXAMPLE |