Commit 6b4d9bca authored by Constantin Rack's avatar Constantin Rack

Merge pull request #1370 from calid/unbind-enoent

doc: add ENOENT to list of zmq_unbind error codes
parents 2d435eb6 edc06402
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment