summaryrefslogtreecommitdiff
path: root/docs/man/nng_aio_free.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_aio_free.3.adoc')
-rw-r--r--docs/man/nng_aio_free.3.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_aio_free.3.adoc b/docs/man/nng_aio_free.3.adoc
index 19a37198..0b19f4be 100644
--- a/docs/man/nng_aio_free.3.adoc
+++ b/docs/man/nng_aio_free.3.adoc
@@ -28,7 +28,7 @@ The `nng_aio_free()` function frees an allocated asynchronous I/O handle.
If any operation is in progress, the operation is canceled, and the
caller is blocked until the operation is completely canceled, to ensure
that it is safe to deallocate the handle and any associated resources.
-(This is done by implicitly calling <<nng_aio_stop.3#,`nng_aio_stop()`>>.)
+(This is done by implicitly calling `<<nng_aio_stop.3#,nng_aio_stop()>>`.)
== RETURN VALUES