summaryrefslogtreecommitdiff
path: root/doc/zmq_bind.txt
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-04-06 07:33:52 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-04-06 07:33:52 +0200
commit0777567e8911382ac42859f907730df023ebec26 (patch)
treeb6b930247c3823c2f302c2d032edc8f3a5798140 /doc/zmq_bind.txt
parent37fd1a77a6927ae351e10fe8d5b68d0b0d525d22 (diff)
ENODEV from zmq_bind error described
Diffstat (limited to 'doc/zmq_bind.txt')
-rw-r--r--doc/zmq_bind.txt4
1 files changed, 3 insertions, 1 deletions
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