From b26fc00bd1a8e83aabf7a6c1735d911b9d253d84 Mon Sep 17 00:00:00 2001 From: jake-ruyi <38336907+jake-ruyi@users.noreply.github.com> Date: Wed, 20 Feb 2019 20:38:04 -0700 Subject: Fixes manpage typos (#886) --- docs/man/nng_stream_recv.3str.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/man/nng_stream_recv.3str.adoc') 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. // Copyright 2018 Capitar IT Group BV @@ -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 -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_. -- cgit v1.2.3-70-g09d2