diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-10 17:41:59 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-10 17:41:59 +0100 |
commit | 65f450f22e311d9a9251d05f8fb902a8fa2afe54 (patch) | |
tree | 922c0e625b037ccb36311b961f88312e9636700e /man/man3 | |
parent | bd07baf0281ddb5f332bd03b06038fc0ac048285 (diff) |
minor man page fix
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); |