summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-02 08:14:23 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-02 08:14:23 +0100
commit528610ff55ef283b99cbcda007200a6b4092be59 (patch)
treee79018dc7a360d6730930dd883bd5f5459e57f52 /man
parent00b9a5dedeb47efd78aea59b579a4b5befba743a (diff)
typo in zmq_socket(3) man page fixed
Diffstat (limited to 'man')
-rw-r--r--man/man3/zmq_socket.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/zmq_socket.3 b/man/man3/zmq_socket.3
index 3574421..aceb306 100644
--- a/man/man3/zmq_socket.3
+++ b/man/man3/zmq_socket.3
@@ -75,7 +75,7 @@ Compatible peer sockets: ZMQ_DOWNSTREAM.
.IP "\fBZMQ_DOWNSTREAM\fP"
Socket to send messages down stream. Messages are load-balanced among all the
-connected peers. Send function is not implemented for this socket type.
+connected peers. Recv function is not implemented for this socket type.
Compatible peer sockets: ZMQ_UPSTREAM.