diff options
Diffstat (limited to 'man')
-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. |