diff options
-rw-r--r-- | doc/zmq_bind.txt | 2 | ||||
-rw-r--r-- | 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*:: |