>From 29274811ccf2ca905360a463c5124e9e4e4c1708 Mon Sep 17 00:00:00 2001
From: Martin Sustrik <[email protected]>
Date: Mon, 11 Jul 2011 16:05:04 +0200
Subject: [PATCH] zmq_bind(3) and zmq_connect(3) describe EINVAL error

Signed-off-by: Martin Sustrik <[email protected]>
---
 doc/zmq_bind.txt    |    2 ++
 doc/zmq_connect.txt |    2 ++
 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*::
-- 
1.7.0.4

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to