aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_aio_count.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_aio_count.3.adoc')
-rw-r--r--docs/man/nng_aio_count.3.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_aio_count.3.adoc b/docs/man/nng_aio_count.3.adoc
index dc467abd..8050ce9a 100644
--- a/docs/man/nng_aio_count.3.adoc
+++ b/docs/man/nng_aio_count.3.adoc
@@ -33,13 +33,13 @@ transfer user data (they may transfer protocol data though) -- in this case
this function will generally return zero.
This function is most useful when used with operations that make use of
-of a scatter/gather vector (set by <<nng_aio_set_iov.3#,`nng_aio_set_iov()`>>).
+of a scatter/gather vector (set by `<<nng_aio_set_iov.3#,nng_aio_set_iov()>>`).
NOTE: The return value from this function is undefined if the operation
has not completed yet.
Either call this from the handle's completion callback,
or after waiting for the operation to complete with
-<<nng_aio_wait.3#,`nng_aio_wait()`>>.
+`<<nng_aio_wait.3#,nng_aio_wait()>>`.
== RETURN VALUES