diff options
Diffstat (limited to 'docs/man/nng_send_aio.3.adoc')
| -rw-r--r-- | docs/man/nng_send_aio.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_send_aio.3.adoc b/docs/man/nng_send_aio.3.adoc index c82d1a79..ae6b6b7d 100644 --- a/docs/man/nng_send_aio.3.adoc +++ b/docs/man/nng_send_aio.3.adoc @@ -47,7 +47,7 @@ If the operation fails for any reason (including cancellation or timeout), then the _aio_ callback will be executed and `<<nng_aio_result.3#,nng_aio_result()>>` will return a non-zero error status. -In this case, the callback has a responsibity to retrieve the message from +In this case, the callback has a responsibility to retrieve the message from the _aio_ with `<<nng_aio_get_msg.3#,nng_aio_get_msg()>>` and dispose of it appropriately. (This may include retrying the send operation on the same or a different |
