aboutsummaryrefslogtreecommitdiff
path: root/docs/nng_sub.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nng_sub.adoc')
-rw-r--r--docs/nng_sub.adoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/nng_sub.adoc b/docs/nng_sub.adoc
index 59287ea9..bae52b4f 100644
--- a/docs/nng_sub.adoc
+++ b/docs/nng_sub.adoc
@@ -5,8 +5,8 @@ nng_sub(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 \
@@ -35,7 +35,7 @@ subscribers. The subscribing applications only see the data to which
they have subscribed.
The _nng_sub_ protocol is the subscriber side, and the
-<<nng_pub.adoc#,nng_pub(7)>> protocol is the publisher side.
+<<nng_pub#,nng_pub(7)>> protocol is the publisher side.
NOTE: In this implementation, the publisher delivers all messages to all
subscribers. The subscribers maintain their own subscriptions, and filter
@@ -88,14 +88,14 @@ The _nng_sub_ protocol has no protocol-specific headers.
SEE ALSO
--------
-<<nng.adoc#,nng(7)>>
-<<nng_pub.adoc#,nng_pub(7)>>
+<<nng#,nng(7)>>,
+<<nng_pub#,nng_pub(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].