diff options
| -rw-r--r-- | docs/man/nng_aio_begin.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_aio_begin.3.adoc b/docs/man/nng_aio_begin.3.adoc index fd72d401..5ea2a3e3 100644 --- a/docs/man/nng_aio_begin.3.adoc +++ b/docs/man/nng_aio_begin.3.adoc @@ -35,7 +35,7 @@ This operation should be called at the start of any I/O operation, and must be called not more than once for a given I/O operation on a given _aio_. Once this function is called, if `true` is returned, then the provider MUST -guarantee that `<<nng_aio_finish.3#nng_aio_finish()>>` is called for the _aio_ +guarantee that `<<nng_aio_finish.3#,nng_aio_finish()>>` is called for the _aio_ exactly once, when the operation is complete or canceled. NOTE: This function is only for I/O providers (those actually performing |
