mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Minor documentation fix: zmq_msg_recv instead of zmq_msg_send
This commit is contained in:
parent
2440863292
commit
ce53fe0337
@ -14,8 +14,8 @@ SYNOPSIS
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
The _zmq_msg_send()_ function is identical to linkzmq:zmq_sendmsg[3], which
|
||||
shall be deprecated in future versions. _zmq_msg_send()_ is more consistent
|
||||
The _zmq_msg_recv()_ function is identical to linkzmq:zmq_recvmsg[3], which
|
||||
shall be deprecated in future versions. _zmq_msg_recv()_ is more consistent
|
||||
with other message manipulation functions.
|
||||
|
||||
The _zmq_msg_recv()_ function shall receive a message part from the socket
|
||||
|
Loading…
Reference in New Issue
Block a user