aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_send.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_send.3.adoc')
-rw-r--r--docs/man/nng_send.3.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/man/nng_send.3.adoc b/docs/man/nng_send.3.adoc
index 7a1ed0fb..20d3ae4d 100644
--- a/docs/man/nng_send.3.adoc
+++ b/docs/man/nng_send.3.adoc
@@ -78,6 +78,7 @@ This function returns 0 on success, and non-zero otherwise.
== ERRORS
+[horizontal]
`NNG_EAGAIN`:: The socket _s_ cannot accept data for sending.
`NNG_ECLOSED`:: The socket _s_ is not open.
`NNG_EINVAL`:: An invalid set of _flags_ was specified.
@@ -88,6 +89,7 @@ This function returns 0 on success, and non-zero otherwise.
== SEE ALSO
+[.text-left]
<<nng_alloc.3#,nng_alloc(3)>>,
<<nng_free.3#,nng_free(3)>>,
<<nng_recv.3#,nng_recv(3)>>,