From 0777567e8911382ac42859f907730df023ebec26 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 6 Apr 2010 07:33:52 +0200 Subject: ENODEV from zmq_bind error described --- doc/zmq_bind.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/zmq_bind.txt b/doc/zmq_bind.txt index 385d6ab..4275499 100644 --- a/doc/zmq_bind.txt +++ b/doc/zmq_bind.txt @@ -49,7 +49,9 @@ The requested 'transport' protocol is not compatible with the socket type. *EADDRINUSE*:: The given 'address' is already in use. *EADDRNOTAVAIL*:: -A nonexistent interface was requested or the requested 'address' was not local. +Requested 'address' was not local. +*ENODEV*:: +A nonexistent interface was requested. EXAMPLE -- cgit v1.2.3