summaryrefslogtreecommitdiff
path: root/docs/man/nng_stream_recv.3str.adoc
diff options
context:
space:
mode:
authorjake-ruyi <38336907+jake-ruyi@users.noreply.github.com>2019-02-20 20:38:04 -0700
committerGarrett D'Amore <garrett@damore.org>2019-02-20 19:38:04 -0800
commitb26fc00bd1a8e83aabf7a6c1735d911b9d253d84 (patch)
tree0f66dc86dd10b5a771807ae37f136851bd9c2fa8 /docs/man/nng_stream_recv.3str.adoc
parentb6f6ce85693959db78adf513f3f748043ef114c8 (diff)
downloadnng-b26fc00bd1a8e83aabf7a6c1735d911b9d253d84.tar.gz
nng-b26fc00bd1a8e83aabf7a6c1735d911b9d253d84.tar.bz2
nng-b26fc00bd1a8e83aabf7a6c1735d911b9d253d84.zip
Fixes manpage typos (#886)
Diffstat (limited to 'docs/man/nng_stream_recv.3str.adoc')
-rw-r--r--docs/man/nng_stream_recv.3str.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/nng_stream_recv.3str.adoc b/docs/man/nng_stream_recv.3str.adoc
index 3acb1921..6b5e5b37 100644
--- a/docs/man/nng_stream_recv.3str.adoc
+++ b/docs/man/nng_stream_recv.3str.adoc
@@ -1,4 +1,4 @@
-= nng_stream_send(3str)
+= nng_stream_recv(3str)
//
// Copyright 2019 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
@@ -12,7 +12,7 @@
== NAME
-nng_stream_send - receive from byte stream
+nng_stream_recv - receive from byte stream
== SYNOPSIS
@@ -20,12 +20,12 @@ nng_stream_send - receive from byte stream
----
#include <nng/nng.h>
-void nng_stream_send(nng_stream *s, nng_aio *aio);
+void nng_stream_recv(nng_stream *s, nng_aio *aio);
----
== DESCRIPTION
-The `nng_stream_send()` function starts an asynchronous receive from the
+The `nng_stream_recv()` function starts an asynchronous receive from the
xref:nng_stream.5.adoc[byte stream] _s_
into the scatter/gather vector located in the
asynchronous I/O structure _aio_.