diff options
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 |