diff options
Diffstat (limited to 'man/man3')
-rw-r--r-- | man/man3/zmq_connect.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/man/man3/zmq_connect.3 b/man/man3/zmq_connect.3 index 5824a80..291d113 100644 --- a/man/man3/zmq_connect.3 +++ b/man/man3/zmq_connect.3 @@ -28,8 +28,6 @@ to the appropriate value. unsupported protocol. .IP "\fBENOCOMPATPROTO\fP" protocol is not compatible with the socket type. -.IP "\fBECONNREFUSED\fP" -no-one listening on the remote address. .SH EXAMPLE .nf void *s = zmq_socket (context, ZMQ_SUB); |