summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-01-01 08:34:58 -0800
committerGarrett D'Amore <garrett@damore.org>2024-01-01 08:34:58 -0800
commitc2a875533a08e151b6c2acd819a7e4f57b6dabf8 (patch)
tree3e726b4fc46f0209dc26b1bdbfcc8683a06b0d29 /docs
parent467ecfb13458d64a777aa8c25402307e6d63525a (diff)
downloadnng-c2a875533a08e151b6c2acd819a7e4f57b6dabf8.tar.gz
nng-c2a875533a08e151b6c2acd819a7e4f57b6dabf8.tar.bz2
nng-c2a875533a08e151b6c2acd819a7e4f57b6dabf8.zip
fixes #1754 nng_aio_stop.3 refers to `nng_aio_schedule()` instead of `nng_aio_begin()`
Diffstat (limited to 'docs')
-rw-r--r--docs/man/nng_aio_stop.3.adoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/man/nng_aio_stop.3.adoc b/docs/man/nng_aio_stop.3.adoc
index 2b70726b..d5037c51 100644
--- a/docs/man/nng_aio_stop.3.adoc
+++ b/docs/man/nng_aio_stop.3.adoc
@@ -1,6 +1,6 @@
= nng_aio_stop(3)
//
-// Copyright 2023 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This document is supplied under the terms of the MIT License, a
@@ -30,8 +30,7 @@ for it to complete or to be completely aborted, and for the
callback associated with the _aio_ to have completed executing.
Further calls to
-xref:nng_aio_schedule.3.adoc[`nng_aio_schedule()`] using this _aio_ will fail with
-`NNG_ECLOSED`.
+xref:nng_aio_begin.3.adoc[`nng_aio_begin()`] using this _aio_ will return false.
It is safe to call this for an _aio_, even when no operation is currently
pending for it.
@@ -55,7 +54,7 @@ None.
xref:nng_aio_alloc.3.adoc[nng_aio_alloc(3)],
xref:nng_aio_cancel.3.adoc[nng_aio_cancel(3)],
xref:nng_aio_free.3.adoc[nng_aio_free(3)],
-xref:nng_aio_schedule.3.adoc[nng_aio_schedule(3)],
+xref:nng_aio_begin.3.adoc[nng_aio_begin(3)],
xref:nng_aio_wait.3.adoc[nng_aio_wait(3)],
xref:nng_aio.5.adoc[nng_aio(5)],
xref:nng.7.adoc[nng(7)]