From dbc61a5038cacc516a49d00a59a669e2617cff51 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 18 Jun 2020 19:19:06 -0700 Subject: Language cleanups in the documentation. Mostly this is removal of the smart quotes, which were over-used, and misused, and could have been mistaken to be pejorative. A few other minor nits were fixed while here. --- docs/man/nng_ctx_send.3.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/man/nng_ctx_send.3.adoc') diff --git a/docs/man/nng_ctx_send.3.adoc b/docs/man/nng_ctx_send.3.adoc index 3284ac8a..8724c1aa 100644 --- a/docs/man/nng_ctx_send.3.adoc +++ b/docs/man/nng_ctx_send.3.adoc @@ -29,14 +29,14 @@ xref:nng_ctx.5.adoc[context] _ctx_ asynchronously. The message to send must have previously been set on the _aio_ using the xref:nng_aio_set_msg.3.adoc[`nng_aio_set_msg()`] function. -The function assumes "`ownership`" of the message. +The function assumes ownership of the message. If the message was successfully queued for delivery to the socket, then the _aio_ will be completed, and xref:nng_aio_result.3.adoc[`nng_aio_result()`] will return zero. In this case the socket will dispose of the message when it is finished with it. -NOTE: The operation will be "`completed`", and the callback associated +NOTE: The operation will be completed, and the callback associated with the _aio_ executed, as soon as the socket accepts the message for sending. This does _not_ indicate that the message was actually delivered, as it -- cgit v1.2.3-70-g09d2