summaryrefslogtreecommitdiff
path: root/docs/man/nng_sleep_aio.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_sleep_aio.3.adoc')
-rw-r--r--docs/man/nng_sleep_aio.3.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_sleep_aio.3.adoc b/docs/man/nng_sleep_aio.3.adoc
index 280d0422..c243d6bc 100644
--- a/docs/man/nng_sleep_aio.3.adoc
+++ b/docs/man/nng_sleep_aio.3.adoc
@@ -29,7 +29,7 @@ causing the callback for _aio_ to be executed after _msec_ milliseconds.
If the sleep finishes completely, the result will always be zero.
NOTE: If a timeout is set on _aio_ using
-<<nng_aio_set_timeout.3#,`nng_aio_set_timeout()`>>, and it is shorter
+`<<nng_aio_set_timeout.3#,nng_aio_set_timeout()>>`, and it is shorter
than _msec_,
then the sleep will wake up early, with a result code of `NNG_ETIMEDOUT`.