Skip to content

Commit

Permalink
doc: add ENOENT to list of zmq_unbind error codes
Browse files Browse the repository at this point in the history
Resolves zeromq#1353
  • Loading branch information
calid committed Mar 15, 2015
1 parent 2d435eb commit edc0640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/zmq_unbind.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edc0640

Please sign in to comment.