aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_recv.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-02-25 18:32:44 -0800
committerGarrett D'Amore <garrett@damore.org>2018-02-25 18:32:44 -0800
commit411509c736d45e41eda099e7c0175718179bc586 (patch)
tree0dffdfe472ed475beecc52d327ffae92a13f65fc /docs/man/nng_recv.adoc
parent87795b46f2bc732bd11067805709161bdc00d6b6 (diff)
downloadnng-411509c736d45e41eda099e7c0175718179bc586.tar.gz
nng-411509c736d45e41eda099e7c0175718179bc586.tar.bz2
nng-411509c736d45e41eda099e7c0175718179bc586.zip
Fix incorrect section numbers.
Diffstat (limited to 'docs/man/nng_recv.adoc')
-rw-r--r--docs/man/nng_recv.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/nng_recv.adoc b/docs/man/nng_recv.adoc
index e12d0b53..f9f8f1dd 100644
--- a/docs/man/nng_recv.adoc
+++ b/docs/man/nng_recv.adoc
@@ -45,11 +45,11 @@ size) via <<nng_send#,nng_send(3)>>.
NOTE: The semantics of what receiving a message means vary from protocol to
protocol, so examination of the protocol documentation is encouraged. (For
-example, with an <<nng_req#,nng_req(3)>> socket a message may only be received
-after a request has been sent, and an <<nng_sub#,nng_sub(3)>> socket
+example, with an <<nng_req#,nng_req(7)>> socket a message may only be received
+after a request has been sent, and an <<nng_sub#,nng_sub(7)>> socket
may only receive messages corresponding to topics to which it has subscribed.)
Furthermore, some protocols may not support receiving data at all, such as
-<<nng_pub#,nng_pub(3)>>.
+<<nng_pub#,nng_pub(7)>>.
TIP: The `NNG_FLAG_ALLOC` flag can be used to reduce data copies, thereby
increasing performance, particularly if the buffer is reused to send