From c2a875533a08e151b6c2acd819a7e4f57b6dabf8 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 1 Jan 2024 08:34:58 -0800 Subject: fixes #1754 nng_aio_stop.3 refers to `nng_aio_schedule()` instead of `nng_aio_begin()` --- docs/man/nng_aio_stop.3.adoc | 7 +++---- 1 file 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. +// Copyright 2024 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // 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)] -- cgit v1.2.3-70-g09d2