diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-02 08:14:23 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-02 08:14:23 +0100 |
commit | 528610ff55ef283b99cbcda007200a6b4092be59 (patch) | |
tree | e79018dc7a360d6730930dd883bd5f5459e57f52 /man/man3 | |
parent | 00b9a5dedeb47efd78aea59b579a4b5befba743a (diff) |
typo in zmq_socket(3) man page fixed
Diffstat (limited to 'man/man3')
-rw-r--r-- | man/man3/zmq_socket.3 | 2 |
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. |