aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-14 23:12:16 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-14 23:12:16 -0800
commit8ff8fa5077164f2ec9dd2f02b7f9f5b66f225db6 (patch)
tree82a51f2e7fea44140b31917e9962e30aab5a6116 /docs
parent97058f23b30e703df8f8d1a11512000ca6d199fc (diff)
downloadnng-8ff8fa5077164f2ec9dd2f02b7f9f5b66f225db6.tar.gz
nng-8ff8fa5077164f2ec9dd2f02b7f9f5b66f225db6.tar.bz2
nng-8ff8fa5077164f2ec9dd2f02b7f9f5b66f225db6.zip
aio: more nng_err updates
Diffstat (limited to 'docs')
-rw-r--r--docs/man/nng_aio_finish.3.adoc1
-rw-r--r--docs/man/nng_aio_get_input.3.adoc1
-rw-r--r--docs/man/nng_aio_reset.3.adoc1
-rw-r--r--docs/man/nng_aio_set_output.3.adoc1
-rw-r--r--docs/man/nng_aio_start.3.adoc1
-rw-r--r--docs/ref/api/aio.md2
6 files changed, 1 insertions, 6 deletions
diff --git a/docs/man/nng_aio_finish.3.adoc b/docs/man/nng_aio_finish.3.adoc
index bb0791b8..a4855ec8 100644
--- a/docs/man/nng_aio_finish.3.adoc
+++ b/docs/man/nng_aio_finish.3.adoc
@@ -51,7 +51,6 @@ None.
== SEE ALSO
[.text-left]
-xref:nng_aio_alloc.3.adoc[nng_aio_alloc(3)],
xref:nng_aio_reset.3.adoc[nng_aio_reset(3)],
xref:nng_aio_cancel.3.adoc[nng_aio_cancel(3)],
xref:nng_aio_start.3.adoc[nng_aio_start(3)],
diff --git a/docs/man/nng_aio_get_input.3.adoc b/docs/man/nng_aio_get_input.3.adoc
index 204ec435..ef331312 100644
--- a/docs/man/nng_aio_get_input.3.adoc
+++ b/docs/man/nng_aio_get_input.3.adoc
@@ -45,7 +45,6 @@ None.
== SEE ALSO
[.text-left]
-xref:nng_aio_alloc.3.adoc[nng_aio_alloc(3)],
xref:nng_aio_get_output.3.adoc[nng_aio_get_output(3)],
xref:nng_aio_set_input.3.adoc[nng_aio_set_input(3)],
xref:nng_aio_result.3.adoc[nng_aio_result(3)],
diff --git a/docs/man/nng_aio_reset.3.adoc b/docs/man/nng_aio_reset.3.adoc
index cb0feec0..8f4ba514 100644
--- a/docs/man/nng_aio_reset.3.adoc
+++ b/docs/man/nng_aio_reset.3.adoc
@@ -33,7 +33,6 @@ users of the _aio_ should not call this function.
== SEE ALSO
[.text-left]
-xref:nng_aio_alloc.3.adoc[nng_aio_alloc(3)],
xref:nng_aio_cancel.3.adoc[nng_aio_cancel(3)],
xref:nng_aio_start.3.adoc[nng_aio_start(3)],
xref:nng_aio_finish.3.adoc[nng_aio_finish(3)],
diff --git a/docs/man/nng_aio_set_output.3.adoc b/docs/man/nng_aio_set_output.3.adoc
index 67f8ac66..883598ce 100644
--- a/docs/man/nng_aio_set_output.3.adoc
+++ b/docs/man/nng_aio_set_output.3.adoc
@@ -52,7 +52,6 @@ None.
== SEE ALSO
[.text-left]
-xref:nng_aio_alloc.3.adoc[nng_aio_alloc(3)],
xref:nng_aio_finish.3.adoc[nng_aio_finish(3)],
xref:nng_aio_get_output.3.adoc[nng_aio_get_output(3)],
xref:nng_aio_result.3.adoc[nng_aio_result(3)],
diff --git a/docs/man/nng_aio_start.3.adoc b/docs/man/nng_aio_start.3.adoc
index 82dbde23..4c5d090a 100644
--- a/docs/man/nng_aio_start.3.adoc
+++ b/docs/man/nng_aio_start.3.adoc
@@ -62,7 +62,6 @@ although it is harmless if it does.
== SEE ALSO
[.text-left]
-xref:nng_aio_alloc.3.adoc[nng_aio_alloc(3)],
xref:nng_aio_cancel.3.adoc[nng_aio_cancel(3)],
xref:nng_aio_finish.3.adoc[nng_aio_finish(3)],
xref:nng_aio_result.3.adoc[nng_aio_result(3)],
diff --git a/docs/ref/api/aio.md b/docs/ref/api/aio.md
index dcf9aa85..2f7b9a73 100644
--- a/docs/ref/api/aio.md
+++ b/docs/ref/api/aio.md
@@ -43,7 +43,7 @@ complete, creating a synchronous flow from an asynchronous one.
## Create Handle
```c
-int nng_aio_alloc(nng_aio **aiop, void (*callb)(void *), void *arg);
+nng_err nng_aio_alloc(nng_aio **aiop, void (*callb)(void *), void *arg);
```
The {{i:`nng_aio_alloc`}} function creates an [`nng_aio`] object, with the