summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2010-01-10 17:41:59 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2010-01-10 17:41:59 +0100
commit65f450f22e311d9a9251d05f8fb902a8fa2afe54 (patch)
tree922c0e625b037ccb36311b961f88312e9636700e
parentbd07baf0281ddb5f332bd03b06038fc0ac048285 (diff)
minor man page fix
-rw-r--r--man/man3/zmq_connect.32
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);