diff options
Diffstat (limited to 'docs/man/nng_aio_stop.3.adoc')
| -rw-r--r-- | docs/man/nng_aio_stop.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_aio_stop.3.adoc b/docs/man/nng_aio_stop.3.adoc index 02c258f8..12e8d1da 100644 --- a/docs/man/nng_aio_stop.3.adoc +++ b/docs/man/nng_aio_stop.3.adoc @@ -41,7 +41,7 @@ completing its callback function. TIP: When multiple asynchronous I/O handles are in use and need to be shut down, it is safest to stop all of them, before deallocating any of -this with <<nng_aio_free.3#,`nng_aio_free()`>>, particularly if the callbacks +this with `<<nng_aio_free.3#,nng_aio_free()>>`, particularly if the callbacks might attempt to reschedule additional operations. == RETURN VALUES |
