summaryrefslogtreecommitdiff
path: root/doc/zmq_bind.txt
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-04-06 15:23:13 +0200
committerMartin Lucina <mato@kotelna.sk>2010-04-06 15:23:13 +0200
commita7973a2c4997e2ff79126eb073dc675c574de917 (patch)
tree103ef19fb634058deef0ad587a457ec32b645416 /doc/zmq_bind.txt
parent0777567e8911382ac42859f907730df023ebec26 (diff)
Documentation fixes
Diffstat (limited to 'doc/zmq_bind.txt')
-rw-r--r--doc/zmq_bind.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/zmq_bind.txt b/doc/zmq_bind.txt
index 4275499..78d78e2 100644
--- a/doc/zmq_bind.txt
+++ b/doc/zmq_bind.txt
@@ -47,11 +47,11 @@ The requested 'transport' protocol is not supported.
*ENOCOMPATPROTO*::
The requested 'transport' protocol is not compatible with the socket type.
*EADDRINUSE*::
-The given 'address' is already in use.
+The requested 'address' is already in use.
*EADDRNOTAVAIL*::
-Requested 'address' was not local.
+The requested 'address' was not local.
*ENODEV*::
-A nonexistent interface was requested.
+The requested 'address' specifies a nonexistent interface.
EXAMPLE