diff options
Diffstat (limited to 'doc/zmq_connect.txt')
-rw-r--r-- | doc/zmq_connect.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/zmq_connect.txt b/doc/zmq_connect.txt index 1c69631..6ec56b0 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*:: |