diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq_bind.txt | 4 |
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 |