aboutsummaryrefslogtreecommitdiff
path: root/docs/nng_req.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nng_req.adoc')
-rw-r--r--docs/nng_req.adoc18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/nng_req.adoc b/docs/nng_req.adoc
index 5da88b16..37262d24 100644
--- a/docs/nng_req.adoc
+++ b/docs/nng_req.adoc
@@ -5,8 +5,8 @@ nng_req(7)
:mansource: nng
:icons: font
:source-highlighter: pygments
-:copyright: Copyright 2017 Garrett D'Amore <garrett@damore.org> \
- Copyright 2017 Capitar IT Group BV <info@capitar.com> \
+:copyright: Copyright 2018 Garrett D'Amore <garrett@damore.org> \
+ Copyright 2018 Capitar IT Group BV <info@capitar.com> \
This software is supplied under the terms of the MIT License, a \
copy of which should be located in the distribution where this \
file was obtained (LICENSE.txt). A copy of the license may also \
@@ -47,11 +47,11 @@ The requester generally only has one outstanding request at a time unless
in "raw" mode (via `NNG_OPT_RAW`), and it will generally attempt to spread
work requests to different peer repliers.
-TIP: This property, when combined with a <<nng_device.adoc#,device>> can
+TIP: This property, when combined with a <<nng_device#,device>> can
help provide a degree of load-balancing.
The _nng_req_ protocol is the requester side, and the
-<<nng_rep.adoc#,nng_rep(7)>> protocol is the replier side.
+<<nng_rep#,nng_rep(7)>> protocol is the replier side.
Socket Operations
~~~~~~~~~~~~~~~~~
@@ -122,14 +122,14 @@ and randomly when a request is first issued.)
SEE ALSO
--------
-<<nng.adoc#,nng(7)>>
-<<nng_rep.adoc#,nng_rep(7)>>
+<<nng#,nng(7)>>,
+<<nng_rep#,nng_rep(7)>>
COPYRIGHT
---------
-Copyright 2017 mailto:garrett@damore.org[Garrett D'Amore] +
-Copyright 2017 mailto:info@capitar.com[Capitar IT Group BV]
+Copyright 2018 mailto:garrett@damore.org[Garrett D'Amore] +
+Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV]
This document is supplied under the terms of the
-https://opensource.org/licenses/LICENSE.txt[MIT License].
+https://opensource.org/licenses/MIT[MIT License].