Commit 29274811 authored by Martin Sustrik's avatar Martin Sustrik

zmq_bind(3) and zmq_connect(3) describe EINVAL error

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent 2afb791e
......@@ -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*::
......
......@@ -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*::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment