summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-11 16:05:04 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-11 16:05:04 +0200
commit29274811ccf2ca905360a463c5124e9e4e4c1708 (patch)
treea929e6d4c5335f4551333dac750eaa2b8a500459 /doc
parent2afb791ec2f9853cc642cf8a042c2acc7fbb7acd (diff)
zmq_bind(3) and zmq_connect(3) describe EINVAL error
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_bind.txt2
-rw-r--r--doc/zmq_connect.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/zmq_bind.txt b/doc/zmq_bind.txt
index da20d78..029f6da 100644
--- a/doc/zmq_bind.txt
+++ b/doc/zmq_bind.txt
@@ -44,6 +44,8 @@ return `-1` and set 'errno' to one of the values defined below.
ERRORS
------
+*EINVAL*::
+The endpoint supplied is invalid.
*EPROTONOSUPPORT*::
The requested 'transport' protocol is not supported.
*ENOCOMPATPROTO*::
diff --git a/doc/zmq_connect.txt b/doc/zmq_connect.txt
index d25270f..83c142c 100644
--- a/doc/zmq_connect.txt
+++ b/doc/zmq_connect.txt
@@ -48,6 +48,8 @@ shall return `-1` and set 'errno' to one of the values defined below.
ERRORS
------
+*EINVAL*::
+The endpoint supplied is invalid.
*EPROTONOSUPPORT*::
The requested 'transport' protocol is not supported.
*ENOCOMPATPROTO*::