From edc0640206f72933425814e11db8ac20f0824aee Mon Sep 17 00:00:00 2001 From: Dylan Cali Date: Sun, 15 Mar 2015 08:02:51 -0500 Subject: [PATCH] doc: add ENOENT to list of zmq_unbind error codes Resolves zeromq/libzmq#1353 --- doc/zmq_unbind.txt | 2 ++ 1 file changed, 2 insertions(+) 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