Commit b12b8ca2 authored by maurice barnum's avatar maurice barnum

Fix typo on send documentation re: nullification

parent ed1009b3
...@@ -35,7 +35,7 @@ below for a detailed description. ...@@ -35,7 +35,7 @@ below for a detailed description.
The _zmq_msg_t_ structure passed to _zmq_msg_send()_ is nullified during the The _zmq_msg_t_ structure passed to _zmq_msg_send()_ is nullified during the
call. If you want to send the same message to multiple sockets you have to copy call. If you want to send the same message to multiple sockets you have to copy
it using (e.g. using _zmq_msg_copy()_). it (e.g. using _zmq_msg_copy()_).
NOTE: A successful invocation of _zmq_msg_send()_ does not indicate that the NOTE: A successful invocation of _zmq_msg_send()_ does not indicate that the
message has been transmitted to the network, only that it has been queued on message has been transmitted to the network, only that it has been queued on
......
...@@ -31,7 +31,7 @@ below for a detailed description. ...@@ -31,7 +31,7 @@ below for a detailed description.
The _zmq_msg_t_ structure passed to _zmq_sendmsg()_ is nullified during the The _zmq_msg_t_ structure passed to _zmq_sendmsg()_ is nullified during the
call. If you want to send the same message to multiple sockets you have to copy call. If you want to send the same message to multiple sockets you have to copy
it using (e.g. using _zmq_msg_copy()_). it (e.g. using _zmq_msg_copy()_).
NOTE: A successful invocation of _zmq_sendmsg()_ does not indicate that the NOTE: A successful invocation of _zmq_sendmsg()_ does not indicate that the
message has been transmitted to the network, only that it has been queued on message has been transmitted to the network, only that it has been queued on
......
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