summaryrefslogtreecommitdiff
path: root/docs/man/nng_aio_result.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_aio_result.3.adoc')
-rw-r--r--docs/man/nng_aio_result.3.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/man/nng_aio_result.3.adoc b/docs/man/nng_aio_result.3.adoc
index a793b9ad..f6c6f406 100644
--- a/docs/man/nng_aio_result.3.adoc
+++ b/docs/man/nng_aio_result.3.adoc
@@ -37,11 +37,12 @@ callback, or after waiting for the operation to complete with
== RETURN VALUES
-The result of the operation, either zero on success, or an error
+The result of the operation, either zero on success, or an error
number on failure.
== ERRORS
+[horizontal]
`NNG_ETIMEDOUT`:: The operation timed out.
`NNG_ECANCELED`:: The operation was canceled.
@@ -49,6 +50,7 @@ Various other return values are possible dependending on the operation.
== SEE ALSO
+[.text-left]
<<nng_aio_abort.3#,nng_aio_abort(3)>>,
<<nng_aio_alloc.3#,nng_aio_alloc(3)>>,
<<nng_aio_wait.3#,nng_aio_wait(3)>>,