doc: add ENOENT to list of zmq_unbind error codes

Resolves zeromq/libzmq#1353
This commit is contained in:
Dylan Cali 2015-03-15 08:02:51 -05:00
parent 2d435eb692
commit edc0640206

View File

@ -40,6 +40,8 @@ The endpoint supplied is invalid.
The 0MQ 'context' associated with the specified 'socket' was terminated. The 0MQ 'context' associated with the specified 'socket' was terminated.
*ENOTSOCK*:: *ENOTSOCK*::
The provided 'socket' was invalid. The provided 'socket' was invalid.
*ENOENT*::
The endpoint supplied was not previously bound.
EXAMPLES EXAMPLES