diff options
Diffstat (limited to 'docs/man/nng_sendmsg.3.adoc')
| -rw-r--r-- | docs/man/nng_sendmsg.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_sendmsg.3.adoc b/docs/man/nng_sendmsg.3.adoc index 1fe46d42..5b7a73ee 100644 --- a/docs/man/nng_sendmsg.3.adoc +++ b/docs/man/nng_sendmsg.3.adoc @@ -27,7 +27,7 @@ int nng_sendmsg(nng_socket s, nng_msg *msg, int flags); The `nng_sendmsg()` sends message _msg_ using the socket _s_. If the function returns zero, indicating it has accepted the message for -delivery, then the _msg_ is "`owned`" by the socket _s_, and the caller +delivery, then the _msg_ is owned by the socket _s_, and the caller must not make any further use of it. The socket will free the message when it is finished. |
