diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-04-12 09:25:04 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-04-12 09:25:04 +0200 |
commit | 3236cb1a54316206d14a0f925dfa79d5b35f70fc (patch) | |
tree | 0a6b56393a323bd3256c268920e9c7ff863cc2ac /doc/zmq_bind.txt | |
parent | fba28c7c0cddd7c54fe45b38fc38ac6fe5a48438 (diff) |
ETERM is accounted for in the documentation
Diffstat (limited to 'doc/zmq_bind.txt')
-rw-r--r-- | doc/zmq_bind.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/zmq_bind.txt b/doc/zmq_bind.txt index 78d78e2..983ce93 100644 --- a/doc/zmq_bind.txt +++ b/doc/zmq_bind.txt @@ -52,6 +52,8 @@ The requested 'address' is already in use. The requested 'address' was not local. *ENODEV*:: The requested 'address' specifies a nonexistent interface. +*ETERM*:: +The associated context was terminted. EXAMPLE |