Merge pull request #1370 from calid/unbind-enoent

doc: add ENOENT to list of zmq_unbind error codes
This commit is contained in:
Constantin Rack 2015-03-15 14:14:20 +01:00
commit 6b4d9bca0c

View File

@ -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