diff --git a/doc/zmq_unbind.txt b/doc/zmq_unbind.txt index 545afd07..84c9f99e 100644 --- a/doc/zmq_unbind.txt +++ b/doc/zmq_unbind.txt @@ -40,6 +40,8 @@ The endpoint supplied is invalid. The 0MQ 'context' associated with the specified 'socket' was terminated. *ENOTSOCK*:: The provided 'socket' was invalid. +*ENOENT*:: +The endpoint supplied was not previously bound. EXAMPLES