Commit ce53fe03 authored by Vaughan Newton's avatar Vaughan Newton

Minor documentation fix: zmq_msg_recv instead of zmq_msg_send

parent 24408632
...@@ -14,8 +14,8 @@ SYNOPSIS ...@@ -14,8 +14,8 @@ SYNOPSIS
DESCRIPTION DESCRIPTION
----------- -----------
The _zmq_msg_send()_ function is identical to linkzmq:zmq_sendmsg[3], which The _zmq_msg_recv()_ function is identical to linkzmq:zmq_recvmsg[3], which
shall be deprecated in future versions. _zmq_msg_send()_ is more consistent shall be deprecated in future versions. _zmq_msg_recv()_ is more consistent
with other message manipulation functions. with other message manipulation functions.
The _zmq_msg_recv()_ function shall receive a message part from the socket The _zmq_msg_recv()_ function shall receive a message part from the socket
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment