From 29274811ccf2ca905360a463c5124e9e4e4c1708 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 11 Jul 2011 16:05:04 +0200 Subject: zmq_bind(3) and zmq_connect(3) describe EINVAL error Signed-off-by: Martin Sustrik --- doc/zmq_bind.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/zmq_bind.txt') 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*:: -- cgit v1.2.3